aboutsummaryrefslogtreecommitdiff
path: root/p/themes/BlueLagoon/template.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-05-28 02:19:33 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-05-28 02:19:33 +0200
commitd2f65e6986a4b2203355e258b35c83716ad904bb (patch)
tree98796356fb297099f4447a25f1cdd30781c0182f /p/themes/BlueLagoon/template.css
parent56cd0bfa067db050de9d7e42df1808b9ba6d1ed3 (diff)
font-size for input
Diffstat (limited to 'p/themes/BlueLagoon/template.css')
-rw-r--r--p/themes/BlueLagoon/template.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/p/themes/BlueLagoon/template.css b/p/themes/BlueLagoon/template.css
index 8c1a4ed21..4bc0fb735 100644
--- a/p/themes/BlueLagoon/template.css
+++ b/p/themes/BlueLagoon/template.css
@@ -2,7 +2,7 @@
/*=== GENERAL */
/*============*/
-html, body {
+html, body {
margin: 0;
padding: 0;
font-size: 92%;
@@ -79,6 +79,7 @@ textarea {
input, select, textarea {
display: inline-block;
max-width: 100%;
+ font-size: 0.8rem;
}
input[type="radio"],
input[type="checkbox"] {