diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-08-23 22:49:36 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-08-23 22:49:36 +0000 |
commit | b973b99a7ba397508424d24838318a0d0e70384a (patch) | |
tree | cf5786fe5b5013007618e9143afb1ba7d0d9f5cc /usr | |
parent | bbb58538808b2a7467fa84f0a0281ff74be9442e (diff) | |
download | pfsense-b973b99a7ba397508424d24838318a0d0e70384a.zip pfsense-b973b99a7ba397508424d24838318a0d0e70384a.tar.gz |
Spell items correctly and name items correctly.
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/themes/nervecenter/all.css | 2 | ||||
-rw-r--r-- | usr/local/www/themes/pfsense-dropdown/all.css | 2 | ||||
-rw-r--r-- | usr/local/www/themes/the_wall/all.css | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css index 4b93d2e..6dcb266 100644 --- a/usr/local/www/themes/nervecenter/all.css +++ b/usr/local/www/themes/nervecenter/all.css @@ -657,7 +657,7 @@ ul#wzdnav a:active { border-bottom: 1px solid #999999; font-size: 11px; } -.listr { +.listrborder { background-color: #FFFFFF; border-right: 1px solid #999999; border-left: 1px solid #999999; diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css index 8aa7305..8edc581 100644 --- a/usr/local/www/themes/pfsense-dropdown/all.css +++ b/usr/local/www/themes/pfsense-dropdown/all.css @@ -450,7 +450,7 @@ table#marquee div#container div#scroller { border-bottom: 1px solid #999999; font-size: 11px; } -.listrboder { +.listrborder { background-color: #FFFFFF; border-right: 1px solid #999999; border-left: 1px solid #999999; diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css index 0c9cd47..4e6a857 100644 --- a/usr/local/www/themes/the_wall/all.css +++ b/usr/local/www/themes/the_wall/all.css @@ -674,7 +674,7 @@ ul#wzdnav a:active { border-bottom: 1px solid #999999; font-size: 11px; } -.listr { +.listrborder { background-color: #FFFFFF; border-left: 1px solid #999999; border-right: 1px solid #999999; |