Skip to content
Snippets Groups Projects
Commit e0bcb627 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

kill untested media-specific override

parent 5b356f3b
No related branches found
No related tags found
No related merge requests found
......@@ -332,58 +332,3 @@ main #mobilesubmit {
#languagebar {
font-size:0.8rem;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
header .title{
height:2rem;
line-height: 2rem;
}
header .title span{
height:2rem;
line-height:2rem;
}
header .title span h1{
font-size: 1rem;
letter-spacing:0.1rem;
height:2rem;
line-height:2rem;
}
header ul {
padding:0rem;
}
header ul img{
max-width:60%;
}
main h2 {
font-size: 1.1rem;
}
#languagebar, .erroricon, #loginicon, .logintext {
display: none;
}
body {
font-size: 0.9rem;
}
#wrap {
margin: 0;
}
h1,h2,h3,h4 {
font-size: 110%;
}
#content {
margin-bottom: 10px;
padding: 0;
padding-left: 5px;
}
input[type="text"], input[type="password"] {
height: 1.5em;
font-size: 1em;
}
#mobilesubmit {
display: inline;
}
.youareadmin {
font-size: 50%;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment