Add another method to moderate pictures in SAS

This commit is contained in:
Skia
2016-12-09 19:35:23 +01:00
parent 66d73d69ec
commit b53531c391
3 changed files with 34 additions and 5 deletions

View File

@ -298,6 +298,12 @@ tbody>tr:hover {
#moderation img {
width: 500px;
}
#pict {
display: inline-block;
width: 80%;
background: #333;
border: solid #333 2px;
}
/*---------------------------------PAGE--------------------------------*/
.page_content {
display: block;