Skip to content

Commit

Permalink
Add more CSS friendliness to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter Morris committed Jul 10, 2011
1 parent 939972c commit 5bfdb88
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
29 changes: 18 additions & 11 deletions priv/css/body.css
Expand Up @@ -222,18 +222,25 @@ li.info, li.error, li.warning {
margin: 0.8em;
}

#stats dt {
text-align: left;
height:16px;
#side strong {
display: block;
padding: 6px 0;
font-size: 12px;
margin:0;
padding-top:1px;
padding-bottom:1px;
font-weight: bold;
}
#stats dd {
float: right;

#side dt {
float: left;
clear: left;
text-align: left;
font-size: 12px;
height: 16px;
display: block;
}
#stats td:first-child {
text-align: right;
font-weight: normal;

#side dd {
margin: 0;
padding: 0 0 0.5em 0;
height: 16px;
display: block;
}
1 change: 1 addition & 0 deletions priv/html/index.html
Expand Up @@ -56,6 +56,7 @@ <h1>BigWig</h1>

<div id="topstats">
<!-- etop stats -->
<strong>Node Info</strong>
<dl id="node_info">
<dt>Node</dt>
<dd id="glob_node"></dd>
Expand Down

0 comments on commit 5bfdb88

Please sign in to comment.