Skip to content

Commit 340ac68

Browse files
Merge branch 'gh-pages-launch' of https://github.com/ramnathv/htmlwidgets into fix-bower-morecases
2 parents a64f307 + f694526 commit 340ac68

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,15 +195,16 @@ <h1 class="title">htmlwidgets for R</h1>
195195
display: table;
196196
margin: 9px auto;
197197
}
198-
.pagination>li.active>a, .pagination>li.active>a:hover, .pagination>li.active>a:focus {
199-
color: #333;
200-
}
201198
.pagination>li>a {
202-
color: rgb(50, 140, 240);
199+
color: rgb(50, 140, 240) !important;
203200
background-color: transparent !important;
204201
border-color: transparent !important;
205202
text-shadow: 1px 1px 3px rgba(140, 140, 140, 0.2);
206203
}
204+
.pagination>li.active>a, .pagination>li.active>a:hover, .pagination>li.active>a:focus {
205+
color: #FFF !important;
206+
background-color: #2780e3 !important;
207+
}
207208
</style>
208209
<script>
209210
$(document).on("slide.bs.carousel", "#widget-carousel", function(e) {
@@ -268,7 +269,7 @@ <h4>Bring the best of JavaScript data visualization to R</h4>
268269
-->
269270
</div>
270271

271-
<ul class="pagination">
272+
<ul class="pagination pagination-sm">
272273
<li class="active"><a href="javascript:void" data-target="#widget-carousel" data-slide-to="0">At the R console</a></li>
273274
<li><a href="javascript:void" data-target="#widget-carousel" data-slide-to="1">In R Markdown docs</a></li>
274275
<li><a href="javascript:void" data-target="#widget-carousel" data-slide-to="2">In Shiny apps</a></li>

index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,16 @@ title: "htmlwidgets for R"
6060
display: table;
6161
margin: 9px auto;
6262
}
63-
.pagination>li.active>a, .pagination>li.active>a:hover, .pagination>li.active>a:focus {
64-
color: #333;
65-
}
6663
.pagination>li>a {
67-
color: rgb(50, 140, 240);
64+
color: rgb(50, 140, 240) !important;
6865
background-color: transparent !important;
6966
border-color: transparent !important;
7067
text-shadow: 1px 1px 3px rgba(140, 140, 140, 0.2);
7168
}
69+
.pagination>li.active>a, .pagination>li.active>a:hover, .pagination>li.active>a:focus {
70+
color: #FFF !important;
71+
background-color: #2780e3 !important;
72+
}
7273
</style>
7374
<script>
7475
$(document).on("slide.bs.carousel", "#widget-carousel", function(e) {
@@ -133,7 +134,7 @@ $(document).on("slide.bs.carousel", "#widget-carousel", function(e) {
133134
-->
134135
</div>
135136

136-
<ul class="pagination">
137+
<ul class="pagination pagination-sm">
137138
<li class="active"><a href="javascript:void" data-target="#widget-carousel" data-slide-to="0">At the R console</a></li>
138139
<li><a href="javascript:void" data-target="#widget-carousel" data-slide-to="1">In R Markdown docs</a></li>
139140
<li><a href="javascript:void" data-target="#widget-carousel" data-slide-to="2">In Shiny apps</a></li>

0 commit comments

Comments
 (0)