projects
/
thetarpit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3ad610
)
css: change header and footer borders
v0.2
author
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Sun, 1 Sep 2013 05:52:49 +0000
(08:52 +0300)
committer
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Sun, 1 Sep 2013 05:52:49 +0000
(08:52 +0300)
css/default.css
patch
|
blob
|
history
diff --git
a/css/default.css
b/css/default.css
index
34ffaf1
..
db727af
100644
(file)
--- a/
css/default.css
+++ b/
css/default.css
@@
-163,9
+163,9
@@
span > a {
}
#header {
- border-bottom: 1px dotted #aaa;
+ border-bottom: 2px solid #c2cbce;
margin-bottom: 30px;
- padding: 17px 0px 14px 0px;
+ padding: 17px 0px 12px 0px;
}
#logo a {
@@
-208,6
+208,6
@@
span > a {
font-size: 14px;
margin-top: 30px;
- border-top: dotted 1px #aaa;
+ border-top: 2px solid #c2cbce;
color: #555;
}