windhamdavid 5 years ago
parent
commit
28196e675f
3 changed files with 16 additions and 3 deletions
  1. 0 0
      css/front.min.css
  2. 15 2
      style.css
  3. 1 1
      style.min.css

File diff suppressed because it is too large
+ 0 - 0
css/front.min.css


+ 15 - 2
style.css

@@ -251,11 +251,14 @@ input,button,select,textarea {
 	text-align: right;
 }
 em {
-	font-weight: bold;
+	font-style: italic;
 }
 i {
 	font-style: italic;
 }
+b {
+	font-weight: bold;
+}
 .big {
 	font-size: 29px;
 	font-weight: bold;
@@ -835,7 +838,11 @@ h4.spread {
   -o-transform: rotate(-45deg);
 }
 
-
+.entry-content ol {
+	padding: 0 25px;
+	list-style: outside;
+	list-style-type: decimal;
+}
 #archives li {
 	list-style: none;
 	margin: 2px 8px;
@@ -2526,6 +2533,12 @@ img.me {
 #content img.aligncenter {
 	margin-bottom: 12px;
 }
+#content img.alignfull,
+#content img.alignwide,
+ {
+	max-width: 100vw;
+	width: 100vw;
+}
 #content .wp-caption {
 	color: #737373;
 	line-height: 18px;

File diff suppressed because it is too large
+ 1 - 1
style.min.css


Some files were not shown because too many files changed in this diff