Skip to content

Commit

Permalink
CSS: Use min-width & em instead of width & pixels + minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-sonestedt committed Jan 20, 2010
1 parent 531c94b commit a15e66d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildbot/status/web/files/default.css
Expand Up @@ -23,11 +23,11 @@ table td {
}

.Project {
width: 100px;
min-width: 6em;
}

.LastBuild, .Activity {
width: 230px;
min-width: 15em;
padding: 0 0 0 4px;
}

Expand Down Expand Up @@ -72,8 +72,8 @@ td.idle, td.waiting, td.offline, td.building {

td.builder {
width: 150px;
color: #333333;
background-color: #CCCCCC;
color: #333333;
background-color: #CCCCCC;
}

td.sourcestamp {
Expand Down

0 comments on commit a15e66d

Please sign in to comment.