Files
san-reymoros/styles/Milk_v2/theme/milk.css
Gauvain Boiché 5e4c5f9418 Ajout du FR
Ajout du FR + correction du "functions.php"
2020-03-30 14:52:34 +02:00

36 lines
543 B
CSS

/* New code for new things */
#inner-wrap {
background: #FFFFFF;
position: relative;
margin-top: -50px !important;
z-index: 3;
}
#inner-wrap:after {
content: "";
display: table;
clear: both;
height: 0;
}
.viewtopic_wrapper {
padding: 10px 10px 5px;
}
.sub-forumlist ul {
float: left;
list-style-type: none;
margin-left: 20px !important;
}
.sub-forumlist li {
line-height: 1.5em;
}
body.force_rounded_avatars span.lastpostavatar img.avatar {
border-radius: 25px;
}
.viewtopic_wrapper .phpbb-ads-center {
padding: 15px;
}