diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-10-12 16:54:34 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-10-12 16:54:34 -0400 |
commit | 8ac165c0f3b4779f53d2495b82e063c1b831e7a4 (patch) | |
tree | 90feac71c404f1e2170edfe8c76bffef1bd7c49b /superhero/bootswatch.less | |
parent | 66c63541f70245bac13b997aab7d51826b70e274 (diff) | |
parent | ddbd417363ed081082ccc13be45a594cbd18af28 (diff) |
Merge pull request #525 from jgillich/gh-pages
superhero: use default font-weight, closes #522
Diffstat (limited to 'superhero/bootswatch.less')
-rw-r--r-- | superhero/bootswatch.less | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less index c90be81c..071835df 100644 --- a/superhero/bootswatch.less +++ b/superhero/bootswatch.less @@ -37,8 +37,6 @@ .btn { - font-weight: 300; - &-default { &:hover { background-color: darken(@btn-default-bg, 3%); @@ -53,10 +51,6 @@ // Typography ================================================================= -body { - font-weight: 300; -} - .text-primary, .text-primary:hover { color: @brand-primary; @@ -94,7 +88,6 @@ body { > li > a { font-size: 12px; - font-weight: 300; } } @@ -147,7 +140,6 @@ label, .checkbox label, .help-block { font-size: 12px; - font-weight: 300; } .input-addon, @@ -257,10 +249,6 @@ label, // Indicators ================================================================= -.label { - font-weight: 300; -} - .alert { color: #fff; |