diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-02-20 20:23:41 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-02-20 20:23:41 -0500 |
commit | 9a5e44192fdbae8523d62a9303975c55e24ba159 (patch) | |
tree | 9d02949b5e2da0e5657948b9a2419eeee3ab08f3 /css | |
parent | d39fb14b7929cac8cb46ae1b927ac04093af515c (diff) |
add link to wrapbootstrap
Diffstat (limited to 'css')
-rw-r--r-- | css/bootswatch.css | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index e018add6..3c36b743 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -2,6 +2,22 @@ body { padding-top: 60px; padding-bottom: 30px; } + +.navbar .nav > li > a { + color: #ccc; +} + +.nav i { + opacity: 0.4; +} + +.nav a:hover i { + opacity: 1; +} + +.tooltip-inner { + max-width: 500px; +} .alert a { font-weight: bold; @@ -43,7 +59,7 @@ body { } #swatches { - margin: 60px 0 45px 0; + margin: 45px 0 30px 0; padding-right: 20px; text-align: center; } |