Commit 1845fc72 by Tom Giannattasio

headers still funky, absolutely positioned to avoid bugs for now; removed public tag and grey style

parent 731cfe5b
...@@ -200,15 +200,10 @@ ...@@ -200,15 +200,10 @@
content: "- draft"; content: "- draft";
} }
.public-item:after {
content: "- public";
}
.private-item:after { .private-item:after {
content: "- private"; content: "- private";
} }
.public-item,
.private-item { .private-item {
color: #a4aab7; color: #a4aab7;
} }
......
...@@ -43,7 +43,9 @@ body.no-header { ...@@ -43,7 +43,9 @@ body.no-header {
} }
.left { .left {
// width: 750px; position: absolute;
left: 0;
width: 100%;
} }
.class-name { .class-name {
......
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