~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to media/css/base.css

  • Committer: franku
  • Date: 2017-08-07 16:48:51 UTC
  • Revision ID: somal@arcor.de-20170807164851-x70sr53o4gjoomk5
some css changes, mainly using box-sizing: border-box; for textarea and fix related things. This is much more logical now, imho.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
}
97
97
 
98
98
input, button, textarea, .button {
99
 
        display: inline-block;
 
99
        box-sizing: border-box;
100
100
        margin-bottom: 5px;
101
101
        padding: 2px 10px;
102
102
        border: 1px solid black;