diff options
| author | Rob Peters <makitso@gmail.com> | 2011-10-18 19:08:58 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2011-10-18 19:08:58 +0000 |
| commit | 3f8deb98e42e9690861311a3227d73b1fd5699e7 (patch) | |
| tree | f1d91ede81fecf05bd4e08a2047ccbd8b6e6246e | |
| parent | 6cbe3d0c3f6e160e243ecbc553ad490fc26a264c (diff) | |
| download | webtrees-3f8deb98e42e9690861311a3227d73b1fd5699e7.tar.gz webtrees-3f8deb98e42e9690861311a3227d73b1fd5699e7.tar.bz2 webtrees-3f8deb98e42e9690861311a3227d73b1fd5699e7.zip | |
Applied some of Stephen's work to this theme for news and increased the left margin a bit for ease of reading
| -rw-r--r-- | themes/minimal/style.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/themes/minimal/style.css b/themes/minimal/style.css index 4788da3fb0..fd51c97e40 100644 --- a/themes/minimal/style.css +++ b/themes/minimal/style.css @@ -672,11 +672,6 @@ html[dir='rtl'] .icon, html[dir='rtl'] .adminicon { border: solid black 1px; } -.news_box { - background-color: white; - border: solid black 1px; -} - .news_title { font-weight:bold; font-size:14px; } @@ -764,7 +759,7 @@ html[dir='rtl'] .icon, html[dir='rtl'] .adminicon { } .blockcontent { - margin-left:auto; + margin-left:5px; margin-right:5px; margin-bottom:10px; font-size: 13px; |
