Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Moved minified files to /code/min, and the regular (non-minified) fil…
Browse files Browse the repository at this point in the history
…es to /code/css. Changed from tabs to two spaces. Just a personal preference.
  • Loading branch information
nathansmith committed Apr 1, 2011
1 parent 5483880 commit 1aba0c4
Show file tree
Hide file tree
Showing 27 changed files with 5,368 additions and 2,479 deletions.
644 changes: 643 additions & 1 deletion code/css/960.css
100755 → 100644

Large diffs are not rendered by default.

615 changes: 614 additions & 1 deletion code/css/960_24_col.css

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions code/css/demo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
body {
background: #123;
color: #333;
font-size: 11px;
height: auto;
padding-bottom: 20px;
}

a {
color: #fff;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h1 {
font-family: Georgia, serif;
font-weight: normal;
padding-top: 20px;
text-align: center;
}

h2 {
padding-top: 20px;
text-align: center;
}

p {
border: 1px solid #666;
overflow: hidden;
padding: 10px 0;
text-align: center;
}

.container_12,
.container_16,
.container_24 {
background-color: #fff;
background-repeat: repeat-y;
margin-bottom: 20px;
}

.container_12 {
background-image: url(../img/12_col.gif);
}

.container_16 {
background-image: url(../img/16_col.gif);
}

.container_24 {
background-image: url(../img/24_col.gif);
}
1 change: 1 addition & 0 deletions code/css/min/960.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions code/css/min/960_24_col.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions code/css/min/reset.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions code/css/min/rtl_960.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1aba0c4

Please sign in to comment.