We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b0b80 commit ab9cd82Copy full SHA for ab9cd82
1 file changed
css/app.css
@@ -27,6 +27,10 @@ h3 {
27
margin-top: 40px;
28
}
29
30
+form {
31
+ margin: 12px 0;
32
+}
33
+
34
.nav-tabs {
35
margin: 40px 0 0;
36
@@ -42,7 +46,7 @@ h3 {
42
46
.example {
43
47
position: relative;
44
48
margin: 0;
45
- padding: 22px 22px 11px;
49
+ padding: 22px 22px 0;
50
background-color: white;
51
border: 1px solid #DDD;
52
border-top: 0;
@@ -54,10 +58,6 @@ h3 {
54
58
border-bottom-left-radius: 4px;
55
59
56
60
57
-.example .tryit {
- margin: 12px 0 -24px;
-}
-
61
.example pre {
62
margin: 0 -23px;
63
padding: 1em 24px;
0 commit comments