diff options
Diffstat (limited to 'examples/browser/css/bootstrap.css')
| -rw-r--r-- | examples/browser/css/bootstrap.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/browser/css/bootstrap.css b/examples/browser/css/bootstrap.css index af9efe6f..42cb8322 100644 --- a/examples/browser/css/bootstrap.css +++ b/examples/browser/css/bootstrap.css @@ -174,6 +174,8 @@ legend { } textarea { overflow: auto; + height: 200px; + width: 500px; } optgroup { font-weight: bold; @@ -6533,4 +6535,13 @@ label { .buttonsTable { width: 450px; +} + +.big { + font-size: 24px; + font-weight: bold; +} + +table li { + font-size: 24px; }
\ No newline at end of file |
