summaryrefslogtreecommitdiff
path: root/journal/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-08-24 21:27:41 -0400
committerThomas Park <thomas@thomaspark.me>2012-08-24 21:27:41 -0400
commit0501a78aa63ee43167f6fd103f9e810f46c8bcaf (patch)
tree0c24e26b405accf8f25e95ede72b2546a5504d42 /journal/bootstrap.css
parent74c226b2c3495871e73d3b389c41ebcaff8bd120 (diff)
all: organized sections in less
Diffstat (limited to 'journal/bootstrap.css')
-rw-r--r--journal/bootstrap.css92
1 files changed, 40 insertions, 52 deletions
diff --git a/journal/bootstrap.css b/journal/bootstrap.css
index b41e324b..78c27abe 100644
--- a/journal/bootstrap.css
+++ b/journal/bootstrap.css
@@ -4780,10 +4780,6 @@ h4 {
h5 {
font-size: 13px;
}
-h6 {
- color: #000000;
- font-weight: bold;
-}
p > a,
address > a,
.breadcrumb a,
@@ -4798,15 +4794,27 @@ abbr[title]:hover {
text-decoration: none;
border-bottom: 1px solid;
}
+code,
+pre {
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
+ background-color: #eeeeee;
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
+}
.page-header {
border-bottom: 2px solid #eeeeee;
}
+hr {
+ border-bottom: 1px solid #eeeeee;
+}
.navbar {
font-family: "News Cycle", "Arial Narrow Bold", sans-serif;
font-weight: bold;
}
.navbar .navbar-inner {
- border-top: 2px solid #eeeeee;
border-bottom: 2px solid #eeeeee;
-webkit-border-radius: 0;
-moz-border-radius: 0;
@@ -4980,37 +4988,19 @@ div.subnav li.dropdown.open .dropdown-toggle:hover {
.btn-inverse.active {
background-color: #000000 \9;
}
-.modal {
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- background: #ffffff;
-}
-.modal-header {
- border-bottom: none;
-}
-.modal-footer {
- background: transparent;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- border-top: none;
-}
-.close,
-.close:hover {
- border-bottom: none;
-}
-.hero-unit {
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- border: 1px solid rgba(0, 0, 0, 0.05);
+.table-bordered {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
}
-.hero-unit h1 {
- line-height: 1.5em;
+legend {
+ border-bottom: 2px solid #eeeeee;
+ font-family: "News Cycle", "Arial Narrow Bold", sans-serif;
+ font-weight: bold;
+ color: #000000;
}
.well {
-webkit-border-radius: 0;
@@ -5020,7 +5010,8 @@ div.subnav li.dropdown.open .dropdown-toggle:hover {
-moz-box-shadow: none;
box-shadow: none;
}
-.table-bordered {
+.hero-unit {
+ border: 1px solid rgba(0, 0, 0, 0.05);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
@@ -5028,31 +5019,28 @@ div.subnav li.dropdown.open .dropdown-toggle:hover {
-moz-box-shadow: none;
box-shadow: none;
}
-legend {
- border-bottom: 2px solid #eeeeee;
- font-family: "News Cycle", "Arial Narrow Bold", sans-serif;
- font-weight: bold;
- color: #000000;
+.hero-unit h1 {
+ line-height: 1.5em;
}
-a.thumbnail:hover {
- -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
- -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
- border-color: #ddd;
+.modal {
+ -webkit-border-radius: 0px;
+ -moz-border-radius: 0px;
+ border-radius: 0px;
+ background: #ffffff;
}
-code,
-pre,
-pre.prettyprint {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- background-color: #eeeeee;
+.modal-header {
+ border-bottom: none;
+}
+.modal-footer {
+ border-top: none;
+ background: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
-hr {
- border-bottom: 1px solid #eeeeee;
+.close,
+.close:hover {
+ border-bottom: none;
}
@media (max-width: 768px) {
div.subnav {