techn.ocracy.org-planet
changeset 2:836f5dadd542 tip
Small touches to the CSS
| author | Emanuele Aina <em@nerd.ocracy.org> |
|---|---|
| date | Mon Mar 16 23:17:21 2009 +0100 (16 months ago) |
| parents | 274f5b2869a4 |
| children | |
| files | web/style.css |
line diff
1.1 --- a/web/style.css Mon Mar 16 23:16:54 2009 +0100 1.2 +++ b/web/style.css Mon Mar 16 23:17:21 2009 +0100 1.3 @@ -44,6 +44,11 @@ 1.4 text-decoration: underline; 1.5 } 1.6 1.7 -.odd { 1.8 +.odd, .odd * { 1.9 background-color: rgb(220, 220, 220); 1.10 } 1.11 + 1.12 +pre { 1.13 + margin-top:0; 1.14 + padding-top:1ex; 1.15 +}
