RpyPlayerWeb/public_html/css/style.css

25 lines
322 B
CSS
Raw Normal View History

2015-12-07 13:57:43 +02:00
.column:first-child {
margin-left: 2%;
2015-12-06 13:49:35 +02:00
}
2015-12-07 13:57:43 +02:00
.column, .columns {
margin-left: 2%;
2015-12-06 13:49:35 +02:00
}
2015-12-07 13:57:43 +02:00
.item {
display: block;
background-color: white;
padding: 2px;
margin-bottom: 10px;
2015-12-06 13:49:35 +02:00
}
2015-12-07 13:57:43 +02:00
.item_name {
text-align: center;
font-size: 120%;
padding: 10px;
margin: 0;
2015-12-06 13:49:35 +02:00
}
2015-12-07 13:57:43 +02:00
.item_description {
padding: 5px 10px;
margin: 0;
2015-12-06 13:49:35 +02:00
}