diff options
Diffstat (limited to 'qc_app/static/css/custom-bootstrap.css')
-rw-r--r-- | qc_app/static/css/custom-bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qc_app/static/css/custom-bootstrap.css b/qc_app/static/css/custom-bootstrap.css new file mode 100644 index 0000000..e5f6594 --- /dev/null +++ b/qc_app/static/css/custom-bootstrap.css @@ -0,0 +1,4 @@ +/** Customize some bootstrap selectors **/ +.btn { + text-transform: capitalize; +} |