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 Dec 12, 2013
1 parent cb3f98d commit 33e438b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
22 changes: 18 additions & 4 deletions app/assets/stylesheets/themes/default.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ a
// padding-left: 5px
// +icon-link-ext
// +icon-medium
nav a
&[href*=pdf]
+body-font-citation
&:before
Expand Down Expand Up @@ -224,6 +226,11 @@ table
.instruction
font-style: italic

footer
nav
ul
margin-bottom: 0

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Document
Expand All @@ -243,9 +250,9 @@ ol, ul, .statistics, iframe, table, form, fieldset
margin-bottom: $line-height
overflow: hidden

ol, ul, .statistics, iframe, table, form, fieldset
ol, ul, .statistics, iframe, table, form, fieldset
margin-bottom: 0
// ol, ul, .statistics, iframe, table, form, fieldset
// ol, ul, .statistics, iframe, table, form, fieldset
// margin-bottom: 0
.breadcrumb
+arrow-links
Expand Down Expand Up @@ -378,6 +385,7 @@ iframe
.notes li, .citations li, .map-infowindow
+clearfix
display: block
margin-bottom: $line-height
&:last-child
margin-bottom: 0

Expand Down Expand Up @@ -483,6 +491,7 @@ footer
+body-font-citation
margin: ($line-height / 2) $text-indent
section
margin-bottom: $line-height
h2
color: $body-font-color
display: block
Expand Down Expand Up @@ -937,10 +946,10 @@ section.ins-section, article.ins-section
font:
size: $small-font-size + 1px
.side-annotations
position: relative
ol
display: block
padding-left: 0
position: relative
li
+font-color($headline-font-color, $headline-font-color)
display: block
Expand Down Expand Up @@ -1131,6 +1140,11 @@ section.ins-section, article.ins-section
padding-left: $text-indent / 2
width: space(2)

footer
margin-bottom: 0
small
margin-bottom: 0

// Screen > 1600px ////////////////////////////////////////////////////////////////////////////////////////////////////
@media only screen and (min-width: 1601px)
Expand Down
7 changes: 3 additions & 4 deletions app/assets/stylesheets/themes/joegattnet.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
+embed-font($monospace-font, $monospace-font-variant)

#pantograph
clear: both
margin-bottom: $line-height * 2
margin-bottom: 0
blockquote
+font-color($caption-color)
+rule-once($background-color, 2px, $line-top: 50%)
Expand Down Expand Up @@ -59,11 +58,11 @@
//
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@media only print
// @media only print
// Screen /////////////////////////////////////////////////////////////////////////////////////////////////////////////
@media only screen
// @media only screen
// Screen > 720px /////////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 33e438b

Please sign in to comment.