diff options
author | m-r-r <raybaudroigm@gmail.com> | 2012-08-03 21:57:23 +0200 |
---|---|---|
committer | m-r-r <raybaudroigm@gmail.com> | 2012-08-03 21:57:23 +0200 |
commit | 7e147d55198addaf186fddb32c098305b3dbe4cb (patch) | |
tree | a0deb18960c232dc6684da60c48a026df4ef2e42 /dev-random2/static/css/skeleton.css | |
parent | de76c5ad9a0c976a2e78b1dc0cf6ab3a2a3143f1 (diff) | |
download | pelican-themes-7e147d55198addaf186fddb32c098305b3dbe4cb.tar.gz |
[dev-random2] small imporevments…
Diffstat (limited to 'dev-random2/static/css/skeleton.css')
-rw-r--r-- | dev-random2/static/css/skeleton.css | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/dev-random2/static/css/skeleton.css b/dev-random2/static/css/skeleton.css index a823bc7..d8dfd13 100644 --- a/dev-random2/static/css/skeleton.css +++ b/dev-random2/static/css/skeleton.css @@ -8,10 +8,10 @@ html, body { } #page { - max-width: 950px; + max-width: 900px; min-width: 240px; margin: 0 auto; - padding: 0 1em; + padding: 0; } #page-head, @@ -22,9 +22,15 @@ html, body { padding: 0; } +#page-body { margin: 0 1em; } + +#page-main, #page-side { + border-width: 0; +} + #page-side { float: left; - width: 30%; + width: 25%; height: 100%; margin-top: 0; } @@ -32,7 +38,7 @@ html, body { #page-main { float: right; height: 100%; - width: 67%; + width: 74%; } @@ -42,6 +48,7 @@ html, body { #page-side { width: auto; clear: both; + float: none; } #page-side ul { |