From dd3aee541e9a239323c309c734eb1fb67a3bd493 Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 3 Jan 2015 05:56:30 +0100 Subject: [PATCH] padding-left for previews; bold placeholder --- public/stylesheets/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2c59889..f6acde2 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -119,8 +119,9 @@ h4 { right: 0; position: absolute; bottom: -240px; + padding-left: 10px; padding-top: 200px; - background-position: left center; + background-position: 10px center; background-repeat: no-repeat; font-size: 14px; font-family: "Helvetica Neue", Arial, sans-serif; @@ -130,6 +131,7 @@ h4 { .code .preview-placeholder { display: block; + font-weight: bold; } .code .preview-placeholder:hover {