From 956dfac133d5070e5ba5d50cbb590c60cca50077 Mon Sep 17 00:00:00 2001 From: Christian Mueller Date: Thu, 2 Jan 2014 23:50:35 +0100 Subject: [PATCH] css cleaned up --- src/NoteHub/views/css.clj | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/NoteHub/views/css.clj b/src/NoteHub/views/css.clj index 4ead6c0..4df09ff 100644 --- a/src/NoteHub/views/css.clj +++ b/src/NoteHub/views/css.clj @@ -126,16 +126,6 @@ (rule "tr" (rule "& > td:first-child" :text-align :right))) - (rule "table,tr,td" - :margin 0) - (rule "td" - :padding :0.5em) - (rule ".one-third-column" - :line-height (% 120) - :text-align :justify - :vertical-align :top - ; Replace this by arithmetic with css-lengths as soon as they fix the bug - :width (px (quot page-width 3))) (rule ".helvetica-neue" helvetica-neue) (rule "#hero"