Reenabled width and heigth in gallery table
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
/* float: right;*/
|
||||
display: inline;
|
||||
vertical-align: middle;
|
||||
width: 100%;
|
||||
height:auto;
|
||||
}
|
||||
|
||||
.galTable time{
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
.wkInfoBox nav>ul{
|
||||
padding:0%;
|
||||
}
|
||||
.wkInfoBox nav{
|
||||
padding:1%;
|
||||
}
|
||||
.wkInfoBox nav>ul>li{
|
||||
padding:.25em;
|
||||
margin:.25em;
|
||||
box-shadow:.1em .1em .05em grey;
|
||||
background-color:#ff8100;
|
||||
border-radius:.5em;
|
||||
list-style-type:none;
|
||||
}
|
||||
.wkInfoBox{
|
||||
box-shadow:0 1px 3px #0000001f,0 1px 2px;
|
||||
}
|
||||
.wkInfoBox h1{
|
||||
background:#ff8100;
|
||||
font-size:1.2em;margin:0;
|
||||
}
|
||||
.wkInfoBox h2{
|
||||
background:#ff8100;
|
||||
font-size:1.1em;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user