Skip to content

Commit

Permalink
Fixed some duplicated css in page partial and updated example partial
Browse files Browse the repository at this point in the history
  • Loading branch information
sporkd committed Feb 27, 2011
1 parent 9ed1d5d commit a15eb8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
9 changes: 4 additions & 5 deletions templates/project/partials/_example.scss
Expand Up @@ -13,13 +13,8 @@
//--------------------------------
// Minimal Base Styles
//--------------------------------
body, select, input, textarea { color: $font-color; }

html { @include force-scrollbar; }

a, a:active, a:visited { color: $link-color; }
a:hover { color: $link-hover-color; }

ul, ol { margin-left: $list-left-margin; }
ol { list-style-type: decimal; }

Expand All @@ -29,6 +24,8 @@ sub { @include sub; }

sup { @include sup; }

textarea { overflow: auto; }

@include accessible-focus;

@include quoted-pre;
Expand All @@ -37,6 +34,8 @@ sup { @include sup; }

@include hand-cursor-inputs;

@include webkit-reset-form-elements;

@include selected-text;

@include webkit-tap-highlight;
Expand Down
8 changes: 0 additions & 8 deletions templates/project/partials/_page.scss
Expand Up @@ -11,21 +11,13 @@ body, select, input, textarea {
// font-family: Georgia, serif;
}

body, select, input, textarea { color: $font-color; }

html { @include force-scrollbar; }

a, a:active, a:visited { color: $link-color; }
a:hover { color: $link-hover-color; }

//Headers (h1, h2, etc) have no default font-size or margin; define those yourself
h1, h2, h3, h4, h5, h6 {
// Bold might not be the best choice if you are
// embedding a @font-face that's already bold
font-weight: bold;
}

// See defaults in _base.scss
a, a:active, a:visited { color: $link-color; }
a:hover { color: $link-hover-color; }

Expand Down

0 comments on commit a15eb8c

Please sign in to comment.