mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-29 01:14:51 +09:00
26 lines
302 B
Text
26 lines
302 B
Text
|
h1 {
|
||
|
text-align: center;
|
||
|
margin-bottom: 30px
|
||
|
}
|
||
|
h2##{aDomId} {
|
||
|
color: #990
|
||
|
}
|
||
|
li {
|
||
|
line-height: 2em;
|
||
|
font-size: 16px
|
||
|
}
|
||
|
ol {
|
||
|
margin-bottom: 30px
|
||
|
}
|
||
|
footer {
|
||
|
text-align: center
|
||
|
}
|
||
|
.input-sm {
|
||
|
margin-left: 20px
|
||
|
}
|
||
|
|
||
|
##{commentTextareaId} {
|
||
|
width: 400px;
|
||
|
height: 100px;
|
||
|
}
|