2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00
This commit is contained in:
Mark Otto
2016-02-05 22:26:22 -08:00
parent ba8ad7c5b5
commit 18be3be3f4
8 changed files with 18 additions and 66 deletions
+6 -30
View File
@@ -505,51 +505,27 @@ h1, h2, h3, h4, h5, h6,
color: inherit; color: inherit;
} }
h1 { h1, .h1 {
font-size: 2.5rem; font-size: 2.5rem;
} }
h2 { h2, .h2 {
font-size: 2rem; font-size: 2rem;
} }
h3 { h3, .h3 {
font-size: 1.75rem; font-size: 1.75rem;
} }
h4 { h4, .h4 {
font-size: 1.5rem; font-size: 1.5rem;
} }
h5 { h5, .h5 {
font-size: 1.25rem; font-size: 1.25rem;
} }
h6 { h6, .h6 {
font-size: 1rem;
}
.h1 {
font-size: 2.5rem;
}
.h2 {
font-size: 2rem;
}
.h3 {
font-size: 1.75rem;
}
.h4 {
font-size: 1.5rem;
}
.h5 {
font-size: 1.25rem;
}
.h6 {
font-size: 1rem; font-size: 1rem;
} }
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+6 -30
View File
@@ -505,51 +505,27 @@ h1, h2, h3, h4, h5, h6,
color: inherit; color: inherit;
} }
h1 { h1, .h1 {
font-size: 2.5rem; font-size: 2.5rem;
} }
h2 { h2, .h2 {
font-size: 2rem; font-size: 2rem;
} }
h3 { h3, .h3 {
font-size: 1.75rem; font-size: 1.75rem;
} }
h4 { h4, .h4 {
font-size: 1.5rem; font-size: 1.5rem;
} }
h5 { h5, .h5 {
font-size: 1.25rem; font-size: 1.25rem;
} }
h6 { h6, .h6 {
font-size: 1rem;
}
.h1 {
font-size: 2.5rem;
}
.h2 {
font-size: 2rem;
}
.h3 {
font-size: 1.75rem;
}
.h4 {
font-size: 1.5rem;
}
.h5 {
font-size: 1.25rem;
}
.h6 {
font-size: 1rem; font-size: 1rem;
} }
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long