Conjunto de mudanças 6228 no repositório publico
- Timestamp:
- 19/04/2012 16:10:50 (9 anos atrás)
- Localização:
- PortalInterlegis/produtos/il.portal.theme/il/portal/theme
- Arquivos:
-
- 2 editados
Legenda:
- Não Modificado
- Adicionado
- Removido
-
PortalInterlegis/produtos/il.portal.theme/il/portal/theme/sass/style.scss
r6227 r6228 28 28 } 29 29 30 @mixin footer-firstrow ($w){30 @mixin footer-firstrow { 31 31 border-style: dotted; 32 width: $w;33 32 height: 250px; 34 33 float: left; … … 40 39 41 40 div.footer-left-box { 42 @include footer-firstrow (16.6667%);41 @include footer-firstrow; 43 42 border-width: 0 1px 1px 0; 43 width: 16.6667%; 44 44 } 45 45 46 46 div.footer-right-box { 47 @include footer-firstrow (49%);47 @include footer-firstrow; 48 48 border-width: 0 0 1px 0; 49 width: 49%; 49 50 } 50 51 -
PortalInterlegis/produtos/il.portal.theme/il/portal/theme/static/css/style.css
r6227 r6228 22 22 div.footer-left-box { 23 23 border-style: dotted; 24 width: 16.667%;25 24 height: 250px; 26 25 float: left; 27 26 font-size: smaller; 28 border-width: 0 1px 1px 0; } 27 border-width: 0 1px 1px 0; 28 width: 16.6667%; } 29 29 div.footer-left-box li { 30 30 display: block; } … … 32 32 div.footer-right-box { 33 33 border-style: dotted; 34 width: 49%;35 34 height: 250px; 36 35 float: left; 37 36 font-size: smaller; 38 border-width: 0 0 1px 0; } 37 border-width: 0 0 1px 0; 38 width: 49%; } 39 39 div.footer-right-box li { 40 40 display: block; }
Note: Veja
TracChangeset
para ajuda no uso do visualizador de conjunto de mudanças.