mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 03:58:13 +08:00
Fixed font size on features page.
--HG-- branch : dev
This commit is contained in:
@@ -93,10 +93,6 @@
|
||||
.features.detail-view .description::before {
|
||||
content:" - ";
|
||||
}
|
||||
.features .dependencies li,
|
||||
.features .actions {
|
||||
font-size:1.4em;
|
||||
}
|
||||
.features .dependencies {
|
||||
font-size:.9em;
|
||||
margin:.44em 0 0;
|
||||
|
||||
@@ -119,7 +119,7 @@ body {
|
||||
/* Headings */
|
||||
h1,h2,h3,h4,h5,h6 { font-weight: normal;}
|
||||
|
||||
h1 { font-size: 1.231em; }
|
||||
h1 { font-size: 1.308em; }
|
||||
h2, h2 span { font-size: 1.154em; }
|
||||
h3 { font-size: 1.077em; }
|
||||
h4 { font-size: 1em; }
|
||||
@@ -399,7 +399,6 @@ form.link button:hover {
|
||||
margin:.2em 0;
|
||||
}
|
||||
#main ul h3 {
|
||||
font-size:1.6em;
|
||||
margin:0 0 .2em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user