]> Pileus Git - ~andy/aweather-web/commitdiff
Revert removing class="left"
authorAndy Spencer <andy753421@gmail.com>
Fri, 17 Jun 2011 08:08:52 +0000 (08:08 +0000)
committerAndy Spencer <andy753421@gmail.com>
Fri, 17 Jun 2011 08:08:52 +0000 (08:08 +0000)
Need to set width on <ul> to prevent covering up link buttons

data/global.css
html.ct

index 0e99fb45938adf48c107275e43443315ad55ed91..241ab04cf78901afbb91a157ae4dc09bfe380092 100644 (file)
@@ -66,7 +66,7 @@ body {
        background-color: white;
        margin-left: auto;
        margin-right: auto;
-       font-family: 'DejaVu Sans', Arial, sans-serif;
+       font-family: 'DejaVu Sans Condensed', Arial, sans-serif;
        width: 850px;
        /* width: 80%; */
 
@@ -156,6 +156,10 @@ body {
        margin: 25px 0 25px 0;
 }
 
+.content ul.left {
+       width: 245px;
+}
+
 .content a {
        text-decoration: underline;
 }
diff --git a/html.ct b/html.ct
index 9b12bca11393756cada27dd51773813cfe494a4c..8bdfbd96ae78cab43973ef0b67eb8a54ee1320e5 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -319,7 +319,7 @@ Content-Type: text/html; charset=UTF-8
                </a>
        </div>
        <b>Features:</b>
-       <ul>
+       <ul class="left">
                <li>Detailed Level-II radar</li>
                <li>3D volume rendering</li>
                <li>Dual-pole support</li>