Commit 043aaabf8b061ce175ad052c355329740d5ba9b9
1 parent
1f32c771
use larger fonts, except for source footnotes
Showing
1 changed file
with
8 additions
and
2 deletions
@@ -213,6 +213,12 @@ p { | @@ -213,6 +213,12 @@ p { | ||
213 | overflow: hidden; | 213 | overflow: hidden; |
214 | box-shadow: 0.625em 0.625em 0.625em rgba(0,0,0,0.7); | 214 | box-shadow: 0.625em 0.625em 0.625em rgba(0,0,0,0.7); |
215 | } | 215 | } |
216 | +#about .textbox ol { | ||
217 | + text-align: left; | ||
218 | +} | ||
219 | +#about .textbox ol q { | ||
220 | + text-align: justify; | ||
221 | +} | ||
216 | #about a { | 222 | #about a { |
217 | outline: 0; | 223 | outline: 0; |
218 | } | 224 | } |
@@ -354,7 +360,7 @@ p { | @@ -354,7 +360,7 @@ p { | ||
354 | position: relative; | 360 | position: relative; |
355 | left: 50%; | 361 | left: 50%; |
356 | transform: translate(-50%, 0); | 362 | transform: translate(-50%, 0); |
357 | - font-size: x-small; | 363 | + font-size: small; |
358 | vertical-align: bottom; | 364 | vertical-align: bottom; |
359 | } | 365 | } |
360 | .dictionary .headword { | 366 | .dictionary .headword { |
@@ -386,7 +392,7 @@ p { | @@ -386,7 +392,7 @@ p { | ||
386 | .dictionary ol li i { | 392 | .dictionary ol li i { |
387 | display: block; | 393 | display: block; |
388 | right: 0.625em; | 394 | right: 0.625em; |
389 | - font-size: x-small; | 395 | + font-size: small; |
390 | position: absolute; | 396 | position: absolute; |
391 | } | 397 | } |
392 | .dictionary ol li:before { | 398 | .dictionary ol li:before { |
Please
register
or
login
to post a comment