Skip to content

Commit

Permalink
Table tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Appleton committed Sep 19, 2011
1 parent 1421c11 commit ef4bd27
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/split/dashboard/public/style.css
Expand Up @@ -96,15 +96,15 @@ body {
}

#main table tr td, #main table tr th {
border: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 6px;
}

#main table tr th {
background: #efefef;
color: #888;
font-size: 80%;
font-weight: bold;
text-transform:uppercase;
}

#main table tr td.no-data {
Expand Down Expand Up @@ -143,8 +143,9 @@ body {
.experiment {
width: 60%;
background:#fff;
border-top:1px solid #eee;
margin:15px 0;
border: 1px solid #eee;
border-bottom:none;
margin:30px 0;
}

.experiment .experiment-header {
Expand Down

0 comments on commit ef4bd27

Please sign in to comment.