From c1814fa062cd948c0e12c9fd57a1f2e8ce89e6b7 Mon Sep 17 00:00:00 2001 From: Henrik Hodne Date: Wed, 22 May 2013 12:58:29 +0200 Subject: [PATCH] Change shadow for "Follow logs" button In general, the "light" on web pages come from directly above, so shadows should be directly below things. This isn't really a shadow, though, but rather a way to make it seem like the text is "embossed" into the surface by giving it a slight sheen on the bottom edge, in which case the shadow definitely shouldn't be shifted left or right. --- assets/styles/main/log.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/main/log.sass b/assets/styles/main/log.sass index b89b873e..c3cff33e 100644 --- a/assets/styles/main/log.sass +++ b/assets/styles/main/log.sass @@ -96,7 +96,7 @@ pre#log margin: 13px 10px 0 0 padding: 0 2px 0 3px color: #666 - text-shadow: 1px 1px 0px #fff + text-shadow: 0px 1px 0px #fff font-family: "Helvetica Neue", Helvetica, Arial, sans-serif font-size: $font-size-tiny line-height: 14px