Browse Source

stylings refactoring

master
Christian Müller 11 years ago
parent
commit
94a948d962
  1. 6
      resources/public/styles/main.less

6
resources/public/styles/main.less

@ -40,7 +40,6 @@
border-radius: 3px; border-radius: 3px;
.thin-border; .thin-border;
} }
a { a {
color: @link_fresh; color: @link_fresh;
text-decoration: none; text-decoration: none;
@ -109,11 +108,11 @@ html, body {
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-weight: bold; font-weight: bold;
font-family: @header_font,'Noticia Text','PT Serif','Georgia';
} }
#hero h1 { #hero h1 {
font-size: 2.5em; font-size: 2.5em;
} }
#hero h2 { #hero h2 {
.helvetica; .helvetica;
margin: 2em; margin: 2em;
@ -169,9 +168,6 @@ textarea {
margin-top: 3em; margin-top: 3em;
margin-bottom: 3em; margin-bottom: 3em;
} }
h1, h2, h3, h4, h5, h6 {
font-family: @header_font,'Noticia Text','PT Serif','Georgia';
}
table { table {
width: 100%; width: 100%;
border-collapse: collapse; border-collapse: collapse;

Loading…
Cancel
Save