From b6d7777226517dc22745bc3d78b827b0175bcb16 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 19 Feb 2012 22:47:32 +0100 Subject: New version of markdown. Playing with stylesheet. Testing line breaks. --- view/theme/vier/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'view/theme') diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index a9ff22f78..258a69cb5 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -122,6 +122,17 @@ .next { background-position: -110px -60px;} .tagged { background-position: -130px -60px;} +.attachtype { + display: block; width: 20px; height: 23px; + background-image: url('../../../images/content-types.png'); +} + +.type-video { background-position: 0px 0px; } +.type-image { background-position: -20px 0px; } +.type-audio { background-position: -40px 0px; } +.type-text { background-position: -60px 0px; } +.type-unkn { background-position: -80px 0px; } + .icon.drop, .icon.drophide { float: left; } -- cgit v1.2.3