Commit 2760fee4af69e86534c27651ff088f1174c59323
1 parent
68ab8272
Exists in
master
and in
5 other branches
Css fixes
Showing
2 changed files
with
11 additions
and
10 deletions
Show diff stats
gov-style.css
| @@ -4,13 +4,13 @@ | @@ -4,13 +4,13 @@ | ||
| 4 | 4 | ||
| 5 | @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700); | 5 | @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700); |
| 6 | 6 | ||
| 7 | -/* reset */ | 7 | +/* reset |
| 8 | * { | 8 | * { |
| 9 | margin: 0; | 9 | margin: 0; |
| 10 | padding: 0; | 10 | padding: 0; |
| 11 | list-style: none; | 11 | list-style: none; |
| 12 | vertical-align: baseline; | 12 | vertical-align: baseline; |
| 13 | -} | 13 | +} */ |
| 14 | 14 | ||
| 15 | /****************** Estilos basicos ******************/ | 15 | /****************** Estilos basicos ******************/ |
| 16 | 16 |
style.css
| 1 | @import url(../profile-base/style.css); | 1 | @import url(../profile-base/style.css); |
| 2 | @import url(gov-style.css); | 2 | @import url(gov-style.css); |
| 3 | -/*@import url(gov-plone.css);*/ | ||
| 4 | 3 | ||
| 4 | +.header-content * { | ||
| 5 | + margin: 0; | ||
| 6 | + padding: 0; | ||
| 7 | + list-style: none; | ||
| 8 | + vertical-align: baseline; | ||
| 9 | +} | ||
| 10 | +.header-content li { display: inline; } | ||
| 5 | 11 | ||
| 6 | /******* itens do gov-plone.css *******/ | 12 | /******* itens do gov-plone.css *******/ |
| 7 | -/* */ | ||
| 8 | -* { margin: 0; padding: 0; } | 13 | +/* |
| 14 | +* { margin: 0; padding: 0; }*/ | ||
| 9 | * :link,:visited { text-decoration:none } | 15 | * :link,:visited { text-decoration:none } |
| 10 | * ul,ol { list-style:none; } | 16 | * ul,ol { list-style:none; } |
| 11 | -.header-content li { display: inline; } | ||
| 12 | * h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } | 17 | * h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } |
| 13 | * a img,:link img,:visited img { border:none } | 18 | * a img,:link img,:visited img { border:none } |
| 14 | a { outline: none; } | 19 | a { outline: none; } |
| @@ -1017,10 +1022,6 @@ div#article-parent { | @@ -1017,10 +1022,6 @@ div#article-parent { | ||
| 1017 | } | 1022 | } |
| 1018 | 1023 | ||
| 1019 | /* Box styles */ | 1024 | /* Box styles */ |
| 1020 | -.box-1 { | ||
| 1021 | - Xmargin: 0 0 0 170px; | ||
| 1022 | -} | ||
| 1023 | - | ||
| 1024 | .action-home-index .box-2 { | 1025 | .action-home-index .box-2 { |
| 1025 | width: 160px; | 1026 | width: 160px; |
| 1026 | } | 1027 | } |