aboutsummaryrefslogtreecommitdiff
path: root/examples/browser/css/bootstrap.css
diff options
context:
space:
mode:
authorMarak <[email protected]>2015-07-08 23:58:23 -0700
committerMarak <[email protected]>2015-07-08 23:58:23 -0700
commita3c4bc9a1606ad4928c9f21a32af006d17bb2750 (patch)
tree4bc8cbb0323b30ea1e9aff4a801228aacf8e71e4 /examples/browser/css/bootstrap.css
parent4c1b454b8e3c8d87f2569a2ce0d7730dc31ee821 (diff)
downloadfaker-a3c4bc9a1606ad4928c9f21a32af006d17bb2750.tar.xz
faker-a3c4bc9a1606ad4928c9f21a32af006d17bb2750.zip
[examples] Update UI for browser example page.
Diffstat (limited to 'examples/browser/css/bootstrap.css')
-rw-r--r--examples/browser/css/bootstrap.css11
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