diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-10-11 13:39:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-10-11 13:39:19 -0300 |
commit | 51340bee93d412b520eefe9871ec2f061210fef1 (patch) | |
tree | 956b256d3520a3d54a843b1f1208ac3056987b6a | |
parent | 8ebd946c4dc8bb3d28776ab507b7e140deacc53a (diff) | |
download | muambeiro-51340bee93d412b520eefe9871ec2f061210fef1.tar.gz muambeiro-51340bee93d412b520eefe9871ec2f061210fef1.tar.bz2 |
Groups and menu
-rw-r--r-- | css/muambeiro.css | 7 | ||||
-rw-r--r-- | css/style.css | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/css/muambeiro.css b/css/muambeiro.css index 475aeec..90af38c 100644 --- a/css/muambeiro.css +++ b/css/muambeiro.css @@ -73,3 +73,10 @@ ul.primary { #block-system-user-menu .content a:active { background-color: #ffffff; } + +/* + * Groups. + */ +.view-og-list .views-field-field-logo { + text-align: center; +} diff --git a/css/style.css b/css/style.css index 039434d..604f443 100644 --- a/css/style.css +++ b/css/style.css @@ -292,7 +292,7 @@ header { display: inline-block; line-height: 4ex; margin: 0 0.4em 0 0; - padding: 0 2.4em; + padding: 0 2em; text-align: center; -moz-border-radius: 8px 8px 0 0; -webkit-border-top-left-radius: 8px; |