diff options
| -rw-r--r-- | templates/fluid/styles.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/fluid/styles.css b/templates/fluid/styles.css index f1f5729..6f04229 100644 --- a/templates/fluid/styles.css +++ b/templates/fluid/styles.css @@ -488,7 +488,9 @@ div.photo div.photo-exif-sub a:hover { /*************************** IMAGE BORDER STYLES **************************/ div.photo img#border_single { - border: solid 1px rgb(128, 128, 128); + border-width: 0px; + border-radius: 7px; + box-shadow: 0 0 0px 1px #808080; } div.photo img#border_none { |
