diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-05-17 13:31:53 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-05-17 13:31:53 +0000 |
commit | 05c3b50f7efb39eb55734da15ff272b7693737ae (patch) | |
tree | 7dc3f3cfd872afd9626dfb52a9fcb2694c8fafd6 /media/sass | |
parent | 6ac9cc2e2889704bcb3684eef962174001097777 (diff) |
added numeral style class
Diffstat (limited to 'media/sass')
-rw-r--r-- | media/sass/_globals.sass | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/media/sass/_globals.sass b/media/sass/_globals.sass index d99fbcc..6a583de 100644 --- a/media/sass/_globals.sass +++ b/media/sass/_globals.sass @@ -155,4 +155,17 @@ p.pull-quote sup +sm-sans - font-size: .6em
\ No newline at end of file + font-size: .7em + line-height: 0 + padding: 3px 0 3px 3px + a + line-height: 0 +span.numeral + font-family= Helvetica,Verdana,sans-serif + font-size: 22px + font-weight: bold + display: block + margin-top: 60px + margin-bottom: 0 +.nfirst + margin-top: 0px !important
\ No newline at end of file |