Skip to content

Commit

Permalink
even better
Browse files Browse the repository at this point in the history
  • Loading branch information
meren committed Jun 6, 2012
1 parent a3f2f51 commit cc4f4b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/html/static/style.css
Expand Up @@ -261,16 +261,16 @@ h1 {
}

#l {
border-bottom: 1px dashed gray;
border-bottom: 1px dotted #AAA;
width: 400px;
padding-right: 10px;
}

#r {
padding-left: 10px;
padding-right: 10px;
border-bottom: 1px dashed gray;
border-left: 1px dashed #808080;
border-bottom: 1px dotted #AAA;
border-left: 1px dotted #AAA;
font-weight: bold;
}

Expand Down

0 comments on commit cc4f4b5

Please sign in to comment.