|
1 |
| -@importurl(reset-fonts-grids.css); |
| 1 | +@importurl('reset-fonts-grids.css'); |
2 | 2 |
|
3 |
| -html,body {background-image:url(./orange-background.jpg);background-repeat:no-repeat;background-position:left top;background-attachment:fixed;background-color:black} |
| 3 | +html,body {background-image:url('./orange-background.jpg');background-repeat:no-repeat;background-position:left top;background-attachment:fixed;background-color:black} |
4 | 4 | body {font:12pt sans-serif;color:black}
|
5 | 5 | #custom-doc {width:80%;*width:720px;min-width:720px;max-width:960px;margin:auto;text-align:left;padding-top:16px;margin-top:0}
|
6 | 6 | #hd {padding:4px012px0}
|
@@ -43,7 +43,7 @@ a.reference em { color: #FF9955;font-style:normal;font-weight:bold;}
|
43 | 43 | #sidebarh3,#sidebarh4 {color:#487858;font-size:125%}
|
44 | 44 | #sidebara {color:#8B4513}
|
45 | 45 | #sidebarulul {margin-top:0;margin-bottom:0}
|
46 |
| -#sidebarli {margin-top:0.2em;margin-bottom:0.2em} |
| 46 | +#sidebarli {margin-top:0.2em;margin-bottom:0.2em;list-style-position: inside;list-style-type: square;} |
47 | 47 |
|
48 | 48 | /*** nav ***/
|
49 | 49 | div.nav {margin:0;font-size:12px;text-align: right;color:#487858}
|
|