GIF89a;
| Direktori : /home/serb/www/css/ |
| Current File : /home/serb/www/css/example.css |
.map{
width: 680px;
height: 650px;
border: 1px solid #000;
/*margin:0 5px;*/
margin:0 auto;
}
.map p{
margin: 10px;
color: #333;
}
pre{
border-radius: 3px;
font-size: 12px;
padding: 10px;
/*word-wrap: break-word;*/
overflow: auto;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
pre:hover{
background-color: #F2F7F8;
border-color: #D2DFEA;
}