diff --git a/static/nryg.less b/static/nryg.less index 1f8af5ec..fe38435f 100644 --- a/static/nryg.less +++ b/static/nryg.less @@ -85,6 +85,10 @@ input[type="text"], input[type="password"] { font-size: medium; font-family: sans-serif; width: 100%; + + &.half { + width: 50%; + } } textarea { diff --git a/templates/components/wikibox.html b/templates/components/wikibox.html index fdbcf9b8..79c9d4f6 100644 --- a/templates/components/wikibox.html +++ b/templates/components/wikibox.html @@ -1,3 +1,9 @@ +