summaryrefslogtreecommitdiffstats
path: root/www/ice/ice.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/ice/ice.css')
-rw-r--r--www/ice/ice.css20
1 files changed, 9 insertions, 11 deletions
diff --git a/www/ice/ice.css b/www/ice/ice.css
index f16e4ec..77bf770 100644
--- a/www/ice/ice.css
+++ b/www/ice/ice.css
@@ -311,33 +311,31 @@ body {
display: inline;
padding-left: 200px;
}
-
#content dl {
+ margin: 0px;
+ padding: 0px;
+ margin-bottom: 10px;
+ margin-top: 2px;
+ width: 98%;
display: block;
- clear: both;
-/* margin-bottom: 10px; */
+ clear: right;
}
-
#content dt {
width: 220px;
font-size: 12px;
text-align: left;
font-weight: bold;
- float: left;
- clear: left;
margin-top: 1px;
margin-left: 0px;
- border-top: 1px solid #ddd;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
+ border-top: 1px solid #ddd;
}
#content dd {
- margin-top: 2px;
- clear: right;
+ margin-top: -17px;
font-size: 12px;
margin-left: 230px;
- padding-top: 5px;
padding-bottom: 5px;
}
#content .tailer {
@@ -378,7 +376,7 @@ body {
}
#content table td {
padding-right: 10px;
- white-space: nowrap;
+ white-space: normal;
}