summaryrefslogtreecommitdiff
path: root/slate/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-02-23 11:51:33 -0500
committerThomas Park <thomas@thomaspark.me>2013-02-23 11:51:33 -0500
commit12a5a1961b667744338d47c54cefe9cd61cb738a (patch)
tree9323147d67358911d051eafd6d567aae0856520a /slate/bootstrap.css
parent8f4ea184cfa1dfb7fb8c6d17a9bce1ba7ec662f8 (diff)
amelia, slate, spruce: closes #75, hrBorder color
Diffstat (limited to 'slate/bootstrap.css')
-rw-r--r--slate/bootstrap.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/slate/bootstrap.css b/slate/bootstrap.css
index de673fed..e3e7044d 100644
--- a/slate/bootstrap.css
+++ b/slate/bootstrap.css
@@ -896,7 +896,7 @@ dd {
hr {
margin: 21px 0;
border: 0;
- border-top: 1px solid #bbbfc2;
+ border-top: 1px solid #1c1e22;
border-bottom: 1px solid #ffffff;
}
@@ -6173,14 +6173,15 @@ pre {
border: 1px solid #1c1e22;
}
-hr,
legend,
.page-header {
- background-color: transparent;
- border-top: none;
border-bottom: 1px solid #1c1e22;
}
+hr {
+ border-bottom: none;
+}
+
.navbar .navbar-inner {
background-color: #3a3f44;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52575c), color-stop(70%, #3a3f44), to(#3a3f44));