From 9aa9d2f501214ccda0fac86bc8fc89e0de54141b Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sat, 18 Feb 2012 17:28:49 -0500 Subject: moved css to external stylesheet --- css/bootswatch.css | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 css/bootswatch.css (limited to 'css/bootswatch.css') diff --git a/css/bootswatch.css b/css/bootswatch.css new file mode 100644 index 00000000..f0fcc2a3 --- /dev/null +++ b/css/bootswatch.css @@ -0,0 +1,67 @@ +body { + padding-top: 60px; + padding-bottom: 30px; +} + +.alert a { + font-weight: bold; + text-decoration: underline; +} + +.alert p { + margin: 0; +} + +.hero-unit, .thumbnail { + background-color: #eee; +} + +.hero-unit h1, .hero-unit p { + text-align: center; + margin-bottom: 15px; +} + +#social { + margin-top: 45px; +} + +.twitter-follow-button { + width: 80px !important; +} + +.about { + margin-top: 50px; +} + +.about h3 { + margin: 0 0 5px 35px; +} + +.about img { + float: left; + opacity: 0.8; +} + +#swatches { + margin: 60px 0 45px 0; + padding-right: 20px; + text-align: center; +} + + +.thumbnail { + max-width: 300px; +} + + +.thumbnail img { + border: 1px solid #DDD; + margin-top: 5px; + width: 290px; + height: 200px; +} + +.thumbnail .btn-toolbar { + text-align: right; +} + \ No newline at end of file -- cgit v1.2.3