|
@@ -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;
|