Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Bug 1143084: Vertically center and uppercase .gallery-head .count
Browse files Browse the repository at this point in the history
  • Loading branch information
David Setz authored and openjck committed Apr 27, 2015
1 parent 5e0ba1c commit fb02a23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media/stylus/components/demos/gallery-head.styl
Expand Up @@ -31,6 +31,7 @@

.gallery-head .count {
float: left;
text-transform: uppercase;
}
.gallery-head .count .button {
font-size: 0.636em;
Expand All @@ -39,7 +40,7 @@
top: -2px;
}
.section-demos .gallery-head .count {
margin: 0 20px -3px 0;
margin: -2px 20px -1px 0;
font: normal 22px/1.2 $heading-font-family;
letter-spacing: 2px;
}
Expand Down

0 comments on commit fb02a23

Please sign in to comment.