summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-03-10 23:38:24 -0500
committerThomas Park <thomas@thomaspark.me>2012-03-10 23:38:24 -0500
commit8a881df63cec6b633c053b6d732a0b694e60a110 (patch)
treeb9b6aca31b01814cb8961a53d571d5e4f4892818 /css
parent6c53863bbfee8f64a9f1fda537a57854172a8782 (diff)
some texture to index
Diffstat (limited to 'css')
-rw-r--r--css/bootswatch.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css
index d46b8719..ba1f0074 100644
--- a/css/bootswatch.css
+++ b/css/bootswatch.css
@@ -30,13 +30,15 @@ body {
.hero-unit, .thumbnail {
background-color: #e3e3e3;
+ box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.hero-unit h1, .hero-unit p {
text-align: center;
margin-bottom: 15px;
+ text-shadow: 1px 1px 0 rgba(256, 256, 256, 0.9);
}
-
+
#social {
margin-top: 45px;
}
@@ -90,9 +92,10 @@ body {
.thumbnail img {
width: 290px;
height: 200px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
+ -webkit-border-radius: 7px;
+ -moz-border-radius: 7px;
+ border-radius: 7px;
+ box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2), 1px 1px 0px rgba(256, 256, 256, 0.7);
}
.thumbnail .label {