zallery/prototype/css/zallery.css
2017-08-05 23:58:11 +02:00

40 lines
No EOL
672 B
CSS
Executable file

body{
margin-bottom: 200px;
}
.navbar {
margin-top: 40px;
margin-bottom: 40px;
}
.navbar .action a, .navbar .action span{
color: #5a5ada !important;
}
.photo-thumb, .photo {
padding: 0px;
}
.photo-thumb img, .photo img {
width: 100%;
height: auto;
}
.col-center{
float: none;
margin: 0 auto;
}
.navbar .divider-vertical {
height: 40px;
margin: 5px 14px;
border-right: 2px solid #ffffff;
border-left: 2px solid #f2f2f2;
}
.navbar-inverse .divider-vertical {
border-right-color: #222222;
border-left-color: #111111;
}
@media (max-width: 767px) {
.navbar-collapse .nav > .divider-vertical {
display: none;
}
}