projects
/
don.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
290f1e4
)
use a rounded box for the titles so it's more visible
author
Don Armstrong
<don@donarmstrong.com>
Sun, 16 Feb 2014 20:09:17 +0000
(12:09 -0800)
committer
Don Armstrong
<don@donarmstrong.com>
Sun, 16 Feb 2014 20:09:17 +0000
(12:09 -0800)
local.css
patch
|
blob
|
history
diff --git
a/local.css
b/local.css
index
12a8569
..
dda5d96
100644
(file)
--- a/
local.css
+++ b/
local.css
@@
-572,8
+572,10
@@
body {
.pageheader .header {
float: left;
font-size: 120%;
- border-radius: 5em;
- background-color: rgba(255,255,255,150);
+ background-color: rgba(255, 255, 255, 0.8);
+ border-radius: 0.5em;
+ box-shadow: 4px 4px rgba(0, 0, 0, 0.2);
+ padding: 0.25em;
}
.header {