summaryrefslogtreecommitdiffstats
path: root/_static/styles.css
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-07-05 10:38:58 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2014-07-05 10:38:58 +0200
commit237fd425120a1bb9fd347b77aa1a578c7a6043fb (patch)
treeb7116e4fc5ad25bbf91e1f6ab7f64ac307822b5b /_static/styles.css
parentb17bbd28b2e02914b378c84d6259a98652865683 (diff)
downloadalpine-mksite-237fd425120a1bb9fd347b77aa1a578c7a6043fb.tar.bz2
alpine-mksite-237fd425120a1bb9fd347b77aa1a578c7a6043fb.tar.xz
style: arrange download, news and development as blocks
We do download block bigger and above the 2 columns with news and development
Diffstat (limited to '_static/styles.css')
-rw-r--r--_static/styles.css20
1 files changed, 9 insertions, 11 deletions
diff --git a/_static/styles.css b/_static/styles.css
index fb7b6d8..fb7e635 100644
--- a/_static/styles.css
+++ b/_static/styles.css
@@ -7,25 +7,23 @@ body {
}
#page {
- width: 960px;
+ max-width: 960px;
margin: 0 auto;
position: relative;
box-shadow: 0px 5px 5px #888888;
}
-/*
-.block {
+.download-block {
padding: 0.5em;
- box-shadow: 0px 0px 5px #888888;
+// box-shadow: 0px 0px .5ex #888888;
+ overflow: hidden;
+// text-align: center;
}
-h3.block {
- background-color: #17a;
- color: white;
- margin: 0 0 0.5em 0;
- box-shadow: none;
+.block2 {
+ width: 50%;
+ float: left;
}
-*/
// primary: 006190 22485A 002E44 55B5E3 99CBE3
// complementary: E47A00 8E6535 6C3A00 F8B05D F8D3A8
@@ -87,7 +85,7 @@ nav a.active {
article {
padding: 1.5em;
- max-width: 50em;
+// max-width: 50em;
}
h1, h2, h3, h4 {