Skip to content

Commit 8e3fd7c

Browse files
author
Emanuele Marchi
committed
applied bootstrap official site style to documentation
1 parent 1e8b18c commit 8e3fd7c

22 files changed

+2067
-1607
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Many thanks.
1616
## Demo and Documentation
1717

1818
- [Examples](http://www.bootstrap-switch.org/examples.html)
19-
- [Options](http://www.bootstrap-switch.org/options-3.html)
20-
- [Methods](http://www.bootstrap-switch.org/methods-3.html)
21-
- [Events](http://www.bootstrap-switch.org/events-3.html)
19+
- [Options](http://www.bootstrap-switch.org/options.html)
20+
- [Methods](http://www.bootstrap-switch.org/methods.html)
21+
- [Events](http://www.bootstrap-switch.org/events.html)
2222

2323
## Getting started
2424

docs/css/main.css

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
11
body {
2-
font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
3-
padding-top: 50px;
2+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
43
padding-bottom: 50px;
54
}
65

7-
.title {
8-
font-size: 5em;
9-
letter-spacing: -2px;
6+
.bs-docs-masthead,
7+
.bs-docs-header {
8+
color: #cdbfe3;
9+
text-shadow: 0 1px 0 rgba(0,0,0,.1);
10+
background-color: #6f5499;
11+
background-image: -webkit-gradient(linear,left top,left bottom,from(#563d7c),to(#6f5499));
12+
background-image:-webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);
13+
background-image:-o-linear-gradient(top,#563d7c 0,#6f5499 100%);
14+
background-image:linear-gradient(to bottom,#563d7c 0,#6f5499 100%);
15+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
16+
background-repeat:repeat-x
1017
}
1118

12-
.page-header {
13-
text-align: left;
19+
.bs-docs-masthead h1 {
20+
font-weight: 500;
1421
}
1522

16-
.header {
17-
text-align: center;
23+
.page-header {
24+
text-align: left;
1825
}
1926

2027
#github {

0 commit comments

Comments
 (0)