Skip to content

Commit ab9cd82

Browse files
committed
Cleaned up 'tryit' section's CSS a little bit.
1 parent e0b0b80 commit ab9cd82

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css/app.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ h3 {
2727
margin-top: 40px;
2828
}
2929

30+
form {
31+
margin: 12px 0;
32+
}
33+
3034
.nav-tabs {
3135
margin: 40px 0 0;
3236
}
@@ -42,7 +46,7 @@ h3 {
4246
.example {
4347
position: relative;
4448
margin: 0;
45-
padding: 22px 22px 11px;
49+
padding: 22px 22px 0;
4650
background-color: white;
4751
border: 1px solid #DDD;
4852
border-top: 0;
@@ -54,10 +58,6 @@ h3 {
5458
border-bottom-left-radius: 4px;
5559
}
5660

57-
.example .tryit {
58-
margin: 12px 0 -24px;
59-
}
60-
6161
.example pre {
6262
margin: 0 -23px;
6363
padding: 1em 24px;

0 commit comments

Comments
 (0)