Skip to content

Commit

Permalink
fixed windows rendering issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Seguin committed Mar 11, 2011
1 parent 4785c0c commit 0c95a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/stylesheets/main.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ h3{font-size:1.1em;font-weight:bold;}
p{margin:10px 0;} p{margin:10px 0;}
.hide{display:none;} .hide{display:none;}


#menu{height:45px;background:#f0f0f0;border-bottom:1px solid #ddd;} #menu{height:45px;background:#f0f0f0;border-bottom:1px solid #ddd;overflow:hidden;}
#database {width:225px;float:left;position:relative;top:15px;left:5px;} #database {width:225px;float:left;position:relative;top:15px;left:5px;}
#menu ul{margin-left:250px;font-size:0.8em;font-weight:bold;} #menu ul{margin-left:25px;font-size:0.8em;font-weight:bold;float:left;}
#menu li{float:left;padding:15px 10px;border-right:1px solid #ccc;} #menu li{float:left;padding:15px 10px;border-right:1px solid #ccc;}
#menu li:hover{background:#e0e0e0;cursor:pointer;} #menu li:hover{background:#e0e0e0;cursor:pointer;}
#info {float:right;margin:12px 20px 0 0;font-size:0.7em;padding:5px;background:#e6e6e6;border:1px solid #e0e0e0;cursor:pointer;} #info {float:right;margin:12px 20px 0 0;font-size:0.7em;padding:5px;background:#e6e6e6;border:1px solid #e0e0e0;cursor:pointer;}
Expand Down

0 comments on commit 0c95a77

Please sign in to comment.