Commit ef77e714 authored by Randall Leeds's avatar Randall Leeds

remove displayer.css and unify w site mostly

- Use the reify decorator to cache results of expensive Store calls
  made during displayer rendering.
- Re-work the displayer to have annotations more like the threading
  on the client. In other words, pass the whole annotation, not just
  the fields in the the displayer.
parent 805e6123
......@@ -546,6 +546,16 @@ blockquote {
}
//KNOCKOUT///////////
//Provides a knockout background
.knockout {
@include border-radius(.5em);
@include pie-clearfix;
@include box-shadow(inset 1px 1px 3px hsla(0, 0%, 0%, .1));
padding: 1em;
}
//PAPER////////////////////////////////
//Provides the white background upon which items sit
.paper {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment