Little fixes: html and templates config support.

This commit is contained in:
Gustavo Cortez 2014-04-29 09:52:28 -03:00
commit 0010c0f688
4 changed files with 56 additions and 35 deletions

View file

@ -1,30 +1,10 @@
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: local('Ubuntu Light'), local('Ubuntu-Light'), url(../font/ubuntu-light.woff) format('woff');
}
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: local('Ubuntu'), url(../font/ubuntu.woff) format('woff');
}
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(../font/ubuntu-bold.woff) format('woff');
}
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'), url(../font/ubuntu-bold-italic.woff) format('woff');
}
/*
*
* Copay main CSS
*
*/
* {
font-family: 'Ubuntu', Helvetica, sans-serif !important;
margin:0;
padding:0;
}
@ -81,6 +61,19 @@ html, body {height: 100%;}
font-size: 0.9rem;
}
.header h1, h5, p {
font-weight: 100;
margin-bottom: 0;
}
.header button, .button {
margin-bottom: 0;
}
.header h6 {
font-weight: 100;
}
.top-bar {
height: auto;
width: 100%;