fix
This commit is contained in:
@ -24,12 +24,48 @@ p {
|
||||
text-indent: 20px;
|
||||
}
|
||||
|
||||
ol.oldec {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
ol.oldec li {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
ol.oldec li:before {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
ul.uldisc {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
ul.ulcircle {
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 1px solid #9f9f9f;
|
||||
transition: transform ease-in-out 0.5s;
|
||||
}
|
||||
|
||||
img:active[src*="#zoom"] {
|
||||
cursor: zoom-out;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
/* bring your own prefixes */
|
||||
transform: translate(-50%, -50%);
|
||||
margin-top: 75px;
|
||||
margin-bottom: auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 1200px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
img[src*="#zoom"] {
|
||||
cursor: zoom-in;
|
||||
}
|
||||
|
||||
.center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
|
Reference in New Issue
Block a user