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/bootstrap.css | |
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/bootstrap.css')
-rw-r--r-- | superhero/bootstrap.css | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/superhero/bootstrap.css b/superhero/bootstrap.css index da731be0..8b5109b8 100644 --- a/superhero/bootstrap.css +++ b/superhero/bootstrap.css @@ -1189,7 +1189,7 @@ h6, .h5, .h6 { font-family: inherit; - font-weight: 300; + font-weight: 400; line-height: 1.1; color: inherit; } @@ -6805,9 +6805,6 @@ button.close { background-color: #fff; color: #df691a; } -.btn { - font-weight: 300; -} .btn-default:hover { background-color: #485563; } @@ -6815,9 +6812,6 @@ button.close { .btn-xs { font-size: 12px; } -body { - font-weight: 300; -} .text-primary, .text-primary:hover { color: #df691a; @@ -6849,7 +6843,6 @@ body { } .dropdown-menu > li > a { font-size: 12px; - font-weight: 300; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: none; @@ -6898,7 +6891,6 @@ label, .checkbox label, .help-block { font-size: 12px; - font-weight: 300; } .input-addon, .input-group-addon { @@ -6976,9 +6968,6 @@ label, .pager a { color: #ebebeb; } -.label { - font-weight: 300; -} .alert { color: #fff; } |