Merge pull request #7995 from owncloud/fix-h3-styles
fix h3 style, move out from settings to apps CSS
This commit is contained in:
commit
16d10844cd
|
@ -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"] {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue