From b5b2547ba104b506973a098b99e63c95d7130610 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Fri, 24 Feb 2012 17:08:40 +0100 Subject: [PATCH] Added css class for lhs code --- content/css/main.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/css/main.css b/content/css/main.css index 1cffcf717..6868573ed 100644 --- a/content/css/main.css +++ b/content/css/main.css @@ -867,3 +867,20 @@ ul.sameline box-shadow: 0 0 5px $mainShadowColor inset,0 0 5px #FFF margin: 1em 0 padding: 1em + +a.cut + font-size: 12px + font-family: Monaco, monospace + text-align: right + display: block + width: 100% + opacity: .5 + border: 1px solid $mainBackgroundColor + border-radius: 3px + &:hover + opacity: 1 + background-color: $secondBackgroundColor + border-color: $borderColor + box-shadow: 0 0 3px $borderColor inset + strong + font-weight: bold