projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d405887
)
added padding-top for the nav block.
author
rsiddharth
<rsd@gnu.org>
Thu, 3 Oct 2013 15:29:09 +0000
(20:59 +0530)
committer
rsiddharth
<rsd@gnu.org>
Thu, 3 Oct 2013 15:39:18 +0000
(21:09 +0530)
this padding is only for screens with min-width of 768px.
2014/assets/css/custom.css
patch
|
blob
|
blame
|
history
diff --git
a/2014/assets/css/custom.css
b/2014/assets/css/custom.css
index 9ede28018cc82fc3819ac09ac62bebce1ac45676..dee0376505f5af09f0105a2542882d50c493b53e 100644
(file)
--- a/
2014/assets/css/custom.css
+++ b/
2014/assets/css/custom.css
@@
-95,6
+95,16
@@
border-color: #818181;
}
+
+@media (min-width:768px) {
+ .nav {
+ padding-left: 0;
+ margin-bottom: 0;
+ list-style: none;
+ padding-top: 4.7em;
+ }
+}
+
.nav > li {
position: relative;
display: block;