Skip to content

Commit

Permalink
Arrange the CSS file more cleanly
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Plotkin committed Jan 18, 2012
1 parent 2710bc1 commit 089b309
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions play-remote-onecol.html
Expand Up @@ -45,14 +45,6 @@
background: #CCC; /* this color fills the footer, all the way across */
}

.framelabel {
/* This class is used for the header and footer text. You can replace it
with your own CSS classes. */
padding-top: 1em;
font-size: 14px;
font-style: italic;
}

#subfooter {
position: relative;
width: 600px; /* column width */
Expand All @@ -61,6 +53,14 @@
/* a background color here will fill the footer at a width of 600px */
}

.framelabel {
/* This class is used for the sample header and footer text. You can
replace it with your own CSS classes. */
padding-top: 1em;
font-size: 14px;
font-style: italic;
}

#column {
position: absolute;
width: 100%;
Expand Down

0 comments on commit 089b309

Please sign in to comment.