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

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist/ratchet.css')
-rw-r--r--docs/dist/ratchet.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/dist/ratchet.css b/docs/dist/ratchet.css
index 5b3ea55..ae2ce6d 100644
--- a/docs/dist/ratchet.css
+++ b/docs/dist/ratchet.css
@@ -314,7 +314,7 @@ strong {
}
h1, h2, h3, h4, h5, h6 {
- margin: 10px 15px;
+ margin: 10px 10px;
line-height: 1;
}
@@ -345,11 +345,16 @@ h6, .h6 {
}
p {
- margin: 10px 15px;
+ margin: 10px 10px;
font-size: 14px;
color: #777;
}
+.container > h1, .container h2, .container h3, .container h4, .container h5, .container h6, .container p {
+ margin-left: 0;
+ margin-right: 0;
+}
+
.btn {
position: relative;
display: inline-block;