diff options
| author | spider <spider@bitweaver.org> | 2014-06-17 11:30:09 -0400 |
|---|---|---|
| committer | spider <spider@bitweaver.org> | 2014-06-17 11:30:09 -0400 |
| commit | 89b79f5cef9e9e674778f151cf2a0d6c8b23ecf2 (patch) | |
| tree | c3b53fe4a3009fd775061f88d336ccb943a5c4f4 /css | |
| parent | dffcf669a19d1cfa80304a375d78c9243176f9a6 (diff) | |
| download | themes-89b79f5cef9e9e674778f151cf2a0d6c8b23ecf2.tar.gz themes-89b79f5cef9e9e674778f151cf2a0d6c8b23ecf2.tar.bz2 themes-89b79f5cef9e9e674778f151cf2a0d6c8b23ecf2.zip | |
use bootstrap panels for modules
Diffstat (limited to 'css')
| -rw-r--r-- | css/base.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/css/base.css b/css/base.css index 6f0faa5..b1ccce5 100644 --- a/css/base.css +++ b/css/base.css @@ -72,7 +72,7 @@ html[dir='rtl'] .clearright {clear:left} .monospace {font-family:monospace} .module ol, -.module ul {margin:0 0 0 -1em; padding:0} +.module ul {margin:0 0 0 0; padding:0} .module ol li {margin:0 0 0 3em; padding:0;} .module ul li, .menu li, @@ -85,8 +85,8 @@ html[dir='rtl'] ul.toc ul {margin-right:1em;} .bold {font-weight:bold;} -header.container.mainheader {margin-top:20px;} -section.maincontent.container-fluid {padding-left:0;padding-right:0} +header.container.page-header {margin-top:20px;} +section.page-content.container-fluid {padding-left:0;padding-right:0} .date, small,.small {color:#666666; font-size:85%} @@ -94,7 +94,7 @@ small,.small {color:#666666; font-size:85%} .data { width:100%; } ul.data {list-style:none; margin:0; padding:0;clear:both;} -ul.data li.item { border-bottom:1px solid #eee; padding-bottom:20px; margin-bottom:20px; } +ul.data li.item { border-bottom:1px solid #eee; padding-bottom:10px; margin-bottom:10px; } ul.data li.item:last-child { border-bottom:none; } .error {color:#C30;} |
