Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Add blurb styling for small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
joegatt committed Aug 10, 2013
1 parent d475142 commit 981c3bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/assets/stylesheets/themes/default.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ ul.citations
+column(12)
li, li h2
+body-font-citation
blockquote
+blurb(3, 34.38889%) // Ideally, we would sue the semantic.gs algorithm.
figcaption
+prefix-with-emdash
display: block
Expand Down Expand Up @@ -462,6 +464,13 @@ figure
p:first-of-type
text-indent: 0

ul
&.notes
li
position: relative
a
+blurb(8)

ul.books, ul.links
+column(12)

Expand Down

0 comments on commit 981c3bd

Please sign in to comment.