posts:comparing_velocity_clamp_experiments: extract pull velocity.
[mw2txt.git] / local.css
index c61564d5297c09700e7b243ef4bc245bbf152790..5cce312aca5e2f6681178ef694ebf97e1026f617 100644 (file)
--- a/local.css
+++ b/local.css
@@ -8,7 +8,7 @@
 
 @font-face {
        font-family: Pecita;
-       src: url("/font/Pecita-reduced.woff") format("opentype");
+       src: url("/font/Pecita-reduced.woff") format("woff");
        /* http://pecita.eu/police-en.php */
 }
 
@@ -51,12 +51,17 @@ body {
        height: auto;
 }
 
+.header {
+       border-radius: 1em;
+}
+
 .sidebar {
        border: none;
        padding: 0;
        margin-top: 10px;
        background: #e7e7e7;
        width: 18ex;
+       border-bottom-left-radius: 1em;
 }
 
 .sidebar ul {
@@ -76,6 +81,10 @@ body {
        background: none;
 }
 
+#content {
+       border-radius: 0.5em;
+}
+
 .inlinepage {
        border: none;
 }