Skip to content

Commit

Permalink
LugMap.Linux.it: correzioni minori per visualizzazione mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Jan 25, 2014
1 parent 4e81fde commit 443f497
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion css/main.css
Expand Up @@ -334,7 +334,7 @@ a:hover {
}

#introTabel .descrizione, #introTabel .regioni {
width: 100%;
width: auto;
float: none;
text-align: center;
margin-bottom: 20px;
Expand Down Expand Up @@ -363,4 +363,8 @@ a:hover {
#ils_footer .contents .block:nth-child(odd) {
display: none;
}

img.radar {
display: none;
}
}
2 changes: 1 addition & 1 deletion radar/index.php
Expand Up @@ -120,7 +120,7 @@ function gen_uuid () {
<table width="70%" align="center">
<tr>
<td>
<img src="/immagini/radar.png" style="float: right" />
<img src="/immagini/radar.png" style="float: right" class="radar" />

<p>I Linux Users Groups sono tantissimi, ma mai abbastanza!</p>
<br />
Expand Down

0 comments on commit 443f497

Please sign in to comment.