projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebd0292
)
local.css: add curves to content and header borders.
author
W. Trevor King
<wking@tremily.us>
Thu, 30 Aug 2012 11:52:33 +0000
(07:52 -0400)
committer
W. Trevor King
<wking@tremily.us>
Thu, 30 Aug 2012 11:52:33 +0000
(07:52 -0400)
local.css
patch
|
blob
|
history
diff --git
a/local.css
b/local.css
index e931e20d723923cc50216888f82784befaa5b6c9..3477e0bcbef3ee6facb8f5242fe11c384e47dd7b 100644
(file)
--- a/
local.css
+++ b/
local.css
@@
-51,6
+51,10
@@
body {
height: auto;
}
+.header {
+ border-radius: 1em;
+}
+
.sidebar {
border: none;
padding: 0;
@@
-76,6
+80,10
@@
body {
background: none;
}
+#content {
+ border-radius: 0.5em;
+}
+
.inlinepage {
border: none;
}