mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-04 10:49:31 +01:00
Fixed folder.jpg bug, added forced postprocessing
This commit is contained in:
@@ -66,6 +66,29 @@ h1{
|
||||
-moz-border-radius: 20px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
.tableleft{
|
||||
padding: 3px;
|
||||
background-color: #ffffff;
|
||||
float: left;
|
||||
width: 46%;
|
||||
height: 200px;
|
||||
margin-top: 25px;
|
||||
margin-left: 25px;
|
||||
margin-right: auto;
|
||||
-moz-border-radius: 20px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
.tableright{
|
||||
padding: 3px;
|
||||
background-color: #ffffff;
|
||||
width: 46%;
|
||||
height: 200px;
|
||||
margin-top: 25px;
|
||||
margin-left: auto;
|
||||
margin-right: 0px;
|
||||
-moz-border-radius: 20px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
.nav{
|
||||
padding: 2px;
|
||||
font-size:19px;
|
||||
|
||||
Reference in New Issue
Block a user