625
edits
(chad's refusal to do emotional labor means everyone else having to do more labor) |
(attempts to normalize css changes for Vector skin) |
||
Line 12: | Line 12: | ||
body { | body { | ||
/* | |||
background-image: -webkit-gradient(linear,left top, right bottom, color-stop(0,#4e3b2e), color-stop(0.75,#c1b0af)); | background-image: -webkit-gradient(linear,left top, right bottom, color-stop(0,#4e3b2e), color-stop(0.75,#c1b0af)); | ||
background-image: -webkit-linear-gradient(left top, #4e3b2e 0%, #c1b0af 75%); | background-image: -webkit-linear-gradient(left top, #4e3b2e 0%, #c1b0af 75%); | ||
Line 18: | Line 19: | ||
background-image: -o-linear-gradient(left top, #4e3b2e 0%, #c1b0af 75%); | background-image: -o-linear-gradient(left top, #4e3b2e 0%, #c1b0af 75%); | ||
background-image: linear-gradient(to bottom right, #4e3b2e 0%, #c1b0af 75%); | background-image: linear-gradient(to bottom right, #4e3b2e 0%, #c1b0af 75%); | ||
*/ | |||
} | } | ||
Line 76: | Line 78: | ||
visibility:hidden; | visibility:hidden; | ||
} | } | ||
/* | |||
div.portlet div.pBody{ | div.portlet div.pBody{ | ||
padding:0px; | padding:0px; | ||
Line 152: | Line 156: | ||
text-decoration:none; | text-decoration:none; | ||
} | } | ||
*/ | |||
button#collaboerate { | button#collaboerate { | ||
margin-left:7px; | margin-left:7px; |