ldview/resources/public/css/screen.css

21 lines
275 B
CSS
Raw Normal View History

* {
margin: 0;
padding: 0;
2013-09-28 12:34:07 +02:00
font-size: 0;
}
#container {
margin: auto;
text-align: center;
border-left: 2px solid gray;
border-right: 2px solid gray;
}
.entry {
display: inline;
white-space: nowrap;
width:200px;
height: 200px;
vertical-align: top;
2013-09-28 10:40:54 +02:00
}