Commit c1fc0260b733dc48bc532582b2b8480edb85819a
1 parent
7b34f8a1
Exists in
master
and in
28 other branches
Allowing more flexibility for themes
Showing
3 changed files
with
5 additions
and
6 deletions
Show diff stats
app/helpers/block_helper.rb
app/views/account/login_block.rhtml
public/designs/themes/base/style.css
... | ... | @@ -40,6 +40,9 @@ input.button.with-text { |
40 | 40 | body { |
41 | 41 | background: #EEE; |
42 | 42 | font-family: Liberation Sans, Arial, sans-serif; |
43 | +} | |
44 | + | |
45 | +#wrap-1, #theme-footer { | |
43 | 46 | width: 960px; |
44 | 47 | margin: auto; |
45 | 48 | } |
... | ... | @@ -639,10 +642,6 @@ div#notice { |
639 | 642 | |
640 | 643 | /********************* Environment Statistics ************************/ |
641 | 644 | |
642 | -#content .environment-statistics-block .block-title { | |
643 | - color: #AAA; | |
644 | - border-bottom: 2px solid #AAA; | |
645 | -} | |
646 | 645 | #content .environment-statistics-block ul { |
647 | 646 | margin: 0px 20px; |
648 | 647 | padding: 0px; | ... | ... |