Build docs

This commit is contained in:
Jeremy Thomas 2017-08-10 21:06:12 +01:00
parent e57f3a3b12
commit bb7bbc13a0
2 changed files with 5 additions and 1 deletions

View File

@ -2733,6 +2733,10 @@ a.box:active {
height: unset;
}
.textarea.has-fixed-size {
resize: none;
}
.checkbox,
.radio {
cursor: pointer;

File diff suppressed because one or more lines are too long