Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs/4.4/examples/checkout/form-validation.css')
-rw-r--r--site/docs/4.4/examples/checkout/form-validation.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/site/docs/4.4/examples/checkout/form-validation.css b/site/docs/4.4/examples/checkout/form-validation.css
new file mode 100644
index 0000000000..7a6246faec
--- /dev/null
+++ b/site/docs/4.4/examples/checkout/form-validation.css
@@ -0,0 +1,5 @@
+.container {
+ max-width: 960px;
+}
+
+.lh-condensed { line-height: 1.25; }