style cleanups and new builds

This commit is contained in:
Rushabh Mehta
2012-04-15 22:31:32 +05:30
parent f86f98c4c6
commit c8abe5b2ad
8 changed files with 81 additions and 259 deletions

View File

@@ -10,12 +10,29 @@ html {
body {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, Sans;
font-size: 14px;
color: #000;
background-color: #e2e2e2;
}
/* font settings */
h1, h2, h3, h4, h5 {
font-family: "Helvetica Neue", Helvetica, "Helvetica Neue", sans-serif;
font-weight: normal;
margin-top: 0.2em;
}
body {
font-family: "Helvetica Neue", Helvetica, "Helvetica Neue", sans-serif;
font-size: 13px;
}
span, div, td, input, textarea, button, select {
font-family: inherit;
}
pre { margin: 0px; padding: 0px; }
button { margin: 2px; margin-left: 0px; }