diff options
-rw-r--r-- | themes/bartik/css/ie6.css | 8 | ||||
-rw-r--r-- | themes/bartik/css/style.css | 14 |
2 files changed, 19 insertions, 3 deletions
diff --git a/themes/bartik/css/ie6.css b/themes/bartik/css/ie6.css index ac7280660..207130435 100644 --- a/themes/bartik/css/ie6.css +++ b/themes/bartik/css/ie6.css @@ -12,3 +12,11 @@ #block-search-form .form-item-search-block-form input { width: 67%; } +.node-sticky { + background: transparent; + border: none; + padding: 0 0 15px; +} +.node-teaser { + border-bottom: 1px solid #d3d7d9; +} diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index 3815ee8e1..02710342f 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -481,7 +481,7 @@ h1#site-name, /* ----------------- Content ------------------ */ .content { - margin-top: 1em; + margin-top: 10px; } #preview #preview-block-system-main { line-height: 1.5; @@ -511,6 +511,12 @@ h1#page-title, margin-bottom: 30px; padding-bottom: 15px; } +.node-teaser.node-sticky { + background: #f9f9f9; + background: rgba(0, 0, 0, 0.024); + border: 1px solid #d3d7d9; + padding: 0 15px 15px; +} .node-teaser .content { color: #3b3b3b; clear: none; @@ -620,11 +626,13 @@ ul.links { } /* ------------------ Sidebar ----------------- */ - +.sidebar .section { + padding-top: 10px; +} .sidebar .block { border: 1px solid; padding: 15px 20px; - margin: 20px 0; + margin: 0 0 20px; } .sidebar h2, #preview .sidebar h2 { |