fix mobile css
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
--i2plightgreen: #709fa6;
|
||||
--i2pctablue: #00ffff;
|
||||
--i2pgrey: #333333;
|
||||
--i2pbggrey: #9e9e9e;
|
||||
--i2pcharcoal: #4c4c4c
|
||||
}
|
||||
|
||||
#topbar .title {
|
||||
@@ -19,7 +21,7 @@
|
||||
#cssmenu > ul {
|
||||
width: 100%;
|
||||
float: none;
|
||||
background-color: #abcc71; /* change the menu color */
|
||||
background-color: var(--i2pcharcoal); /* change the menu color */
|
||||
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
|
||||
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
|
||||
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
|
||||
@@ -120,7 +122,7 @@ div#content .main {
|
||||
padding: 4em 10%
|
||||
}
|
||||
|
||||
.main img.routerconsole {
|
||||
.main img.home_splash_image {
|
||||
float: left;
|
||||
left: 10%;
|
||||
margin-bottom: 1em;
|
||||
@@ -164,3 +166,7 @@ div#content .inner {
|
||||
#global-footer .aside.fifth {
|
||||
margin-left: 0
|
||||
}
|
||||
|
||||
#footermenu ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user