diff options
| author | Barry Clark <barry@barryclark.co> | 2014-07-14 22:13:26 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-07-14 22:13:26 -0400 |
| commit | ed4f8304de834a8fe26fba332312eb0c93b43f8a (patch) | |
| tree | 84afa3d83ad8adfca275388c6b232ad78d393977 /style.css | |
| parent | 655bd1209767995f0c1aeb21a05780d17d123967 (diff) | |
| download | acn-blog-ed4f8304de834a8fe26fba332312eb0c93b43f8a.tar.gz acn-blog-ed4f8304de834a8fe26fba332312eb0c93b43f8a.tar.bz2 acn-blog-ed4f8304de834a8fe26fba332312eb0c93b43f8a.zip | |
i and em are italics, b and strong are bold
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -105,10 +105,10 @@ ol ul, ul ol, ul ul, ol ol { ul ul, ol ul { list-style-type: circle; } -em { +em, i { font-style: italic; } -strong { +strong, b { font-weight: 600; } img { |
