Browse Source

improved index theme css

main
H1K1CH4N 6 years ago
parent
commit
44dcbca6c9
  1. 11
      templates/themes/index/index.css

11
templates/themes/index/index.css

@ -15,9 +15,6 @@
padding: 3px 7px;
font-size: 12pt;
}
.box ul {
padding: 2px 15px;
}
.box ul li {
list-style: none;
margin: 0;
@ -37,8 +34,9 @@
border: none;
width: 100%;
min-height: 250px;
max-height: 700px;
overflow: hidden auto;
max-height: 600px;
overflow-x: hidden;
overflow-y: auto;;
}
.box.image h2 {
background: #9C6;
@ -46,9 +44,10 @@
}
.box img {
float: left;
margin: 10px auto;
margin: 5px;
width: auto !important;
height: 100px !important;
border-radius: 10px;
}
.icon {
display: block;

Loading…
Cancel
Save