diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-02-21 14:26:02 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-02-21 14:26:02 -0500 |
commit | 8104ce10839aa0b6437a974a1125b0fb7f88c9b0 (patch) | |
tree | 3ccfe91706437146a355c164060b62fb274dda26 /css | |
parent | d2c9956d26880e5616875873904a4a61044dc520 (diff) |
removed border from gallery img
Diffstat (limited to 'css')
-rw-r--r-- | css/bootswatch.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index 9bab7ab4..0e78d7de 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -69,7 +69,6 @@ body { } .thumbnail img { - border: 1px solid #DDD; width: 290px; height: 200px; -webkit-border-radius: 6px; |