diff options
| author | Leif Johansson <leifj@sunet.se> | 2011-05-11 15:16:32 +0200 | 
|---|---|---|
| committer | Leif Johansson <leifj@sunet.se> | 2011-05-11 15:16:32 +0200 | 
| commit | 0c82a51adc561d9ffad0185ec50ceb28ad6f4e7b (patch) | |
| tree | 9512a7ad62f3b20070f7d5f33361fca912d9b9ec | |
| parent | 8729e4acbde0f180a84f73247f6871167682ed37 (diff) | |
polish
| -rw-r--r-- | src/site-media/css/style.css | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/src/site-media/css/style.css b/src/site-media/css/style.css index 87e6bec..181c740 100644 --- a/src/site-media/css/style.css +++ b/src/site-media/css/style.css @@ -27,7 +27,8 @@ h3.listheader { padding-left: 20px; }  .clist ul { list-style: none; }  .clist li { display: list-item; }  .nlist ul { list-style: none; } -.nlist li { display: list-item; list-style: none inside none; } +.nlist li { display: list-item; list-style: none; } +.square li { list-style: square outside none; }  .description { clear: both; margin-top: 10px; padding-top: 15px; }  p.info { font-size: 120%; margin-top: 10px; padding-top: 15px; }  div.toolbar{ padding: 4px; float: right; margin-right: 30px; margin-bottom: 20px; margin-top: 50px; } @@ -63,6 +64,7 @@ form .ui-widget li { float: right; border-right: 1px solid #CECECE; padding-righ  div .fieldinput { margin-top: 10px; }  a, a:hover, a:visited {  	color: #E37424; +	text-decoration: none;  }  h1, h1 a {  	color: #E37424; | 
