diff options
author | piernov <piernov@piernov.org> | 2016-05-03 10:37:18 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2016-05-03 10:37:18 +0200 |
commit | 64e184b901fd4e7c9a829d14c5c34416923171c3 (patch) | |
tree | 70b5281ca85a38ef2a077e226dcce56a40ed563a /css/craftmine.css | |
parent | add9d3248a5adc02b071a301005c6f11195f7f7b (diff) | |
parent | b8112f72b322fe5bf7048ac76251c8c637b9fee2 (diff) | |
download | candybox-64e184b901fd4e7c9a829d14c5c34416923171c3.tar.gz candybox-64e184b901fd4e7c9a829d14c5c34416923171c3.tar.bz2 candybox-64e184b901fd4e7c9a829d14c5c34416923171c3.tar.xz candybox-64e184b901fd4e7c9a829d14c5c34416923171c3.zip |
Merge branch 'master' into alexichi
Diffstat (limited to 'css/craftmine.css')
-rw-r--r-- | css/craftmine.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/css/craftmine.css b/css/craftmine.css index 2a51ff7..c459baa 100644 --- a/css/craftmine.css +++ b/css/craftmine.css @@ -1,9 +1,21 @@ +@font-face { + font-family: "Symbola"; + font-weight: bold; + src: url('Symbola.ttf'); +} .tab-pane { display: none; } .tab-pane:target { display: block; } +.list-inline > li { + padding-top: 5px; + padding-bottom: 5px; +} .item-icon { + display:inline-block; + width: 1em; font-size: 3em; + font-family: "Symbola"; } |