Author: phobos Date: 2011-07-09 03:56:31 +0000 (Sat, 09 Jul 2011) New Revision: 24886
Modified: website/trunk/css/thankyou.css Log: fix the layout issues with the thankyou.css.
Modified: website/trunk/css/thankyou.css =================================================================== --- website/trunk/css/thankyou.css 2011-07-08 22:15:00 UTC (rev 24885) +++ website/trunk/css/thankyou.css 2011-07-09 03:56:31 UTC (rev 24886) @@ -175,7 +175,20 @@ text-shadow: #ffcc00 0px 2px 2px, #555555 0px -2px 2px; }
-#thanks_btm a { +#thanks_l a { + font-family: "Liberation Serif", "Times New Roman", Times, serif; + font-size: 24px; + font-weight: normal; + font-style: italic; + text-decoration: none; + color: #9362b1; +} + +#thanks_l a:hover { + text-decoration: underline; +} + +#thanks_r a { font-family: "Liberation Sans", Arial, Helvetica, sans-serif; font-size: 20px; color: #9362b1; @@ -189,7 +202,7 @@ border-radius: 5px; }
-#thanks_btm a:hover { +#thanks_r a:hover { background-color: #9362b1; color: #FFFFFF; text-shadow: #444444 2px 2px 3px;
tor-commits@lists.torproject.org