forked from GithubBackups/vichan
style.css: add diceroll styling
This commit is contained in:
parent
7c305f58bf
commit
fe7a667441
@ -1042,6 +1042,20 @@ div.boardlist a {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Inline dice */
|
||||||
|
.dice-option table {
|
||||||
|
border: 1px dotted black;
|
||||||
|
margin: 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
.dice-option table td {
|
||||||
|
text-align: center;
|
||||||
|
border-left: 1px dotted black;
|
||||||
|
padding-left: 2px;
|
||||||
|
padding-right: 2px;
|
||||||
|
padding-bottom: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
#youtube-size input {
|
#youtube-size input {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user