Line 11: |
Line 11: |
| .watchlistredir { | | .watchlistredir { |
| font-style: italic; | | font-style: italic; |
| + | } |
| + | |
| + | /* Sitenotice AutoScroll CSS */ |
| + | #scrollDiv{ |
| + | width: 100%; |
| + | height: 25px; |
| + | line-height: 25px; |
| + | overflow: hidden |
| + | } |
| + | |
| + | #scrollDiv li{ |
| + | height: 25px; |
| + | padding-left: 10px; |
| + | list-style: none; |
| } | | } |