aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.0.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-19 22:28:22 -0700
committerMark Otto <[email protected]>2011-08-19 22:28:22 -0700
commit3f388ef07a5f0101e97b19479e472528a0c78ff9 (patch)
tree3cacbd1223bc7e052da2b0929ffe289f3dfc5eda /bootstrap-1.0.0.css
parent6dcfe94bab1110bb0d2b5ad9634396be7383ff22 (diff)
downloadbootstrap-3f388ef07a5f0101e97b19479e472528a0c78ff9.tar.xz
bootstrap-3f388ef07a5f0101e97b19479e472528a0c78ff9.zip
updates to the topbar markup and css to remove the logo classname and simplify the selectors for it
Diffstat (limited to 'bootstrap-1.0.0.css')
-rw-r--r--bootstrap-1.0.0.css16
1 files changed, 6 insertions, 10 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css
index 37e03dee7..a654061b5 100644
--- a/bootstrap-1.0.0.css
+++ b/bootstrap-1.0.0.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Fri Aug 19 20:19:39 PDT 2011
+ * Date: Fri Aug 19 22:27:16 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -594,14 +594,14 @@ blockquote p {
line-height: 18px;
margin-bottom: 0;
}
-blockquote small, blockquote cite {
+blockquote small {
display: block;
font-size: 12px;
font-weight: 300;
line-height: 18px;
color: #bfbfbf;
}
-blockquote small:before, blockquote cite:before {
+blockquote small:before {
content: '\2014 \00A0';
}
address {
@@ -1118,13 +1118,13 @@ div.topbar a {
color: #bfbfbf;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
-div.topbar ul li a:hover, div.topbar ul li.active a, div.topbar a.logo:hover {
+div.topbar a:hover, div.topbar ul li.active a {
background-color: #333;
- background-color: rgba(255, 255, 255, 0.15);
+ background-color: rgba(255, 255, 255, 0.05);
color: #ffffff;
text-decoration: none;
}
-div.topbar a.logo {
+div.topbar h3 a {
float: left;
display: block;
padding: 8px 20px 12px;
@@ -1134,10 +1134,6 @@ div.topbar a.logo {
font-weight: 200;
line-height: 1;
}
-div.topbar a.logo img {
- float: left;
- margin-right: 6px;
-}
div.topbar form {
float: left;
margin: 5px 0 0 0;