Bladeren bron

Styling fixes

Philip Cheang 11 jaren geleden
bovenliggende
commit
92870465a8
1 gewijzigde bestanden met toevoegingen van 6 en 0 verwijderingen
  1. 6 0
      themes/pleasant2/assets/css/theme.css

+ 6 - 0
themes/pleasant2/assets/css/theme.css

@@ -173,6 +173,7 @@ thead tr {
 
 .postbox {
 	margin-top: 2em;
+	font-weight: 300;
 	font-size: 1.2em;
 	line-height: 1.8;
 }
@@ -181,6 +182,10 @@ thead tr {
 	max-width: 100%;
 }
 
+.postbox .title h1 {
+	font-size: 1.9em;
+}
+
 .postbox .title h1 a {
 	color: #534741;
 	border-bottom: 0px solid transparent;
@@ -200,6 +205,7 @@ thead tr {
 	font-size: 50%;
 	font-weight: normal;
 	color: #808080;
+	line-height: 4.1;
 }
 
 .pager {