Browse Source

css cleaned up

master
Christian Mueller 12 years ago
parent
commit
956dfac133
  1. 10
      src/NoteHub/views/css.clj

10
src/NoteHub/views/css.clj

@ -126,16 +126,6 @@
(rule "tr" (rule "tr"
(rule "& > td:first-child" (rule "& > td:first-child"
:text-align :right))) :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" (rule ".helvetica-neue"
helvetica-neue) helvetica-neue)
(rule "#hero" (rule "#hero"

Loading…
Cancel
Save