mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
Cleanup CSS
This commit is contained in:
parent
6ba4e70d5e
commit
89d334b2bd
7 changed files with 21 additions and 22 deletions
1
vendors/bootstrap/less/forms.less
vendored
1
vendors/bootstrap/less/forms.less
vendored
|
|
@ -103,7 +103,6 @@ input[type="checkbox"]:focus {
|
|||
// -----------
|
||||
|
||||
// General classes for quick sizes
|
||||
.input-large { width: 210px; }
|
||||
.input-xlarge { width: 270px; }
|
||||
.input-xxlarge { width: 530px; }
|
||||
|
||||
|
|
|
|||
15
vendors/bootstrap/less/type.less
vendored
15
vendors/bootstrap/less/type.less
vendored
|
|
@ -35,16 +35,17 @@ cite {
|
|||
// -------------------------
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
line-height: 40px;
|
||||
margin: (@baseLineHeight / 2) 0;
|
||||
line-height: 1;
|
||||
text-rendering: optimizelegibility; // Fix the character spacing for headings
|
||||
}
|
||||
h1 { font-size: 36px; line-height: 40px; }
|
||||
h2 { font-size: 30px; line-height: 40px; }
|
||||
h3 { font-size: 24px; line-height: 40px; }
|
||||
h4 { font-size: 18px; line-height: 20px; }
|
||||
h5 { font-size: 14px; line-height: 20px; }
|
||||
h6 { font-size: 12px; line-height: 20px; }
|
||||
h1 { font-size: 36px; }
|
||||
h2 { font-size: 30px; }
|
||||
h3 { font-size: 24px; }
|
||||
h4 { font-size: 18px; }
|
||||
h5 { font-size: 14px; }
|
||||
h6 { font-size: 12px; }
|
||||
h4, h5, h6 { line-height: 20px; }
|
||||
|
||||
|
||||
// Lists
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue