aboutsummaryrefslogtreecommitdiff
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html21
1 files changed, 10 insertions, 11 deletions
diff --git a/templates/layout.html b/templates/layout.html
index e70c260..02549bd 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -32,6 +32,12 @@ div#crane {
border-radius: 2px;
}
+div#crane ul {
+ list-style: square;
+ padding-left: 1.5em;
+ padding-right: .5em;
+}
+
div#crane a {
color: #000;
text-decoration: none;
@@ -145,8 +151,6 @@ div#crane table.tabs td.form form {
div#crane div.content {
margin-top: 1em;
- padding-bottom: 1em;
- border-bottom: solid 2px #ccc;
}
div#crane div.cat {
@@ -175,13 +179,6 @@ div#crane div.content div.action {
padding-bottom: 1em;
}
-div#crane div.list div.paper {
- padding-top: 0.5em;
- padding-bottom: 0.5em;
- padding-left: 10px;
- padding-right: 10px;
-}
-
div#crane div.list span.authors {
font-size: 80%;
color: #900;
@@ -215,15 +212,17 @@ div#crane div.list span.title a {
div#crane div.list div.papersection {
font-weight: bold;
padding-top: 0.5em;
- padding-bottom: 0.5em;
color: black;
}
+div#crane hr {
+ border: solid 1px #ccc;
+}
+
div#crane div.footer {
margin-top: 0.5em;
text-align: center;
font-size: 80%;
- color: #ccc;
}
div#crane div.footer a {