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

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
joegatt committed Sep 3, 2013
1 parent 5a77602 commit da67232
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions app/assets/stylesheets/themes/default.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ footer
li
a[href*='users/sign_out']
display: none
margin-left: 5px
&:hover
a[href*='users/sign_out']
text-indent: '-999px'
Expand All @@ -352,23 +353,6 @@ footer
//
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
ul.user li a
&.back
text-transform: lowercase
&:before
+icon-left
+icon-small
&:after
content: ''
&[data-method=delete]:before
+icon-signout
+icon-regular
blockquote
footer
+prefix-with-emdash
margin: 0
figure
&.image
img
Expand Down Expand Up @@ -472,6 +456,23 @@ article
a:after
content: ''
ul.user li a
&.back
text-transform: lowercase
&:before
+icon-left
+icon-small
&:after
content: ''
&[data-method=delete]:before
+icon-signout
+icon-regular
blockquote
footer
+prefix-with-emdash
margin: 0
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Pages
Expand Down Expand Up @@ -713,7 +714,7 @@ article
position: relative
a
padding-right: 34.38889% // OPTIMIZE: We get these measurements from the columns.
+blurb(5, 34.38889%) // Ideally, we would sue the semantic.gs algorithm.
+blurb(5, 34.38889%) // Ideally, we would use the semantic.gs algorithm.
img, iframe
height: $line-height * 5 // Use variable
margin: 0
Expand Down Expand Up @@ -801,6 +802,9 @@ article
#text
a
color: $link-hover-color
&[dir=rtl]
header
+column(6, 12)

.books-index, .links-index
ul
Expand Down

0 comments on commit da67232

Please sign in to comment.