fix h3 style, move out from settings to apps CSS

This commit is contained in:
Jan-Christoph Borchardt 2014-04-01 18:50:47 +02:00 committed by Morris Jobke
parent 73dd5ff26c
commit 5301056ab1
2 changed files with 3 additions and 2 deletions

View File

@ -253,9 +253,11 @@ button.loading {
}
.section h2 {
font-size: 20px;
font-weight: normal;
margin-bottom: 7px;
}
.section h3 {
font-size: 16px;
}
/* slight position correction of checkboxes and radio buttons */
.section input[type="checkbox"],
.section input[type="radio"] {

View File

@ -94,7 +94,6 @@ select.quota.active { background: #fff; }
/* APPS */
.appinfo { margin: 1em 40px; }
h3 { font-size: 1.4em; font-weight: bold; }
#app-navigation {
padding-bottom: 0px;
}