projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a8fc5a
)
On met un filet sur la sidebar
author
Lunar
<lunar@anargeek.net>
Wed, 17 Apr 2013 19:13:10 +0000
(21:13 +0200)
committer
Lunar
<lunar@anargeek.net>
Wed, 17 Apr 2013 19:13:10 +0000
(21:13 +0200)
assets/home.css
patch
|
blob
|
history
local.css
patch
|
blob
|
history
diff --git
a/assets/home.css
b/assets/home.css
index 00957b8cd7b57b7f283255b08acf21f41260d695..3c7f11074b4559496b57f648497f26c401a5b8c6 100644
(file)
--- a/
assets/home.css
+++ b/
assets/home.css
@@
-4,6
+4,9
@@
background: none;
}
+.sidebar {
+ border-top: none;
+}
#content {
padding-top: 0;
diff --git
a/local.css
b/local.css
index 97f91952dfdbe707384506400ffe37773eb78cb0..0a625c1c33d6dc974a914ca30fac651b7476e342 100644
(file)
--- a/
local.css
+++ b/
local.css
@@
-223,12
+223,13
@@
body {
/*box-shadow: 0 3px 0.4em 0 #333366;*/
background: white url(assets/background.png) no-repeat bottom center;
color: black;
+ border-left: solid 1px #ccc;
}
/* {{{ .sidebar */
.sidebar {
position: absolute;
- top: 1
2em
;
+ top: 1
00px
;
overflow: hidden;
width: 12em;
margin: 0;
@@
-236,6
+237,8
@@
body {
border: none;
z-index: 100;
background: #f5f5f5;
+ border-top: solid 1px #ccc;
+ padding-top: 3em;
}
.sidebar ul, .actions ul {