Skip to content

Commit

Permalink
Bug fixed in typography.less
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Jul 27, 2012
1 parent 57813dc commit 345ebab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
3 changes: 1 addition & 2 deletions demo/css/cards.css
Expand Up @@ -9,7 +9,6 @@
margin: 5px;
cursor: pointer;
background: #fff;
font-femaly: Tahoma;
}
.card:hover {
box-shadow: 1px 1px 1px #ccc;
Expand All @@ -18,7 +17,7 @@
font-size: 22pt;
}
.card .suit {
font-size: 64pt;
font-size: 84px;
position: absolute;
right: 5px;
bottom: 30px;
Expand Down
4 changes: 2 additions & 2 deletions demo/css/metro.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions less/cards.less
Expand Up @@ -12,7 +12,7 @@
margin: 5px;
cursor: pointer;
background: #fff;
font-femaly: Tahoma;
//font-family: Tahoma !important;

&:hover {
//border-color: #ccc;
Expand All @@ -21,12 +21,14 @@

.small-suit {
font-size: 22pt;
//font-family: Tahoma !important;
}
.suit {
font-size: 64pt;
font-size: 84px;
position: absolute;
right: 5px;
bottom: 30px;
//font-family: Tahoma !important;
}
.small-suit:after {
top: 5px;
Expand Down
3 changes: 2 additions & 1 deletion less/typography.less
Expand Up @@ -58,7 +58,7 @@

.metro {
* {
font-family: @baseFontRegular;
//font-family: @baseFontRegular;
font-size: 11pt;
font-weight: @baseFontWeightRegular;
color: @baseFontColor;
Expand All @@ -75,6 +75,7 @@

h1, h2, h3, h4, h5, p {
margin-bottom: 10px;
font-family: @baseFontRegular;
}

h1 {
Expand Down

0 comments on commit 345ebab

Please sign in to comment.