Synchronized build
This commit is contained in:
parent
05e984dd88
commit
8600b5da5e
|
@ -151,7 +151,7 @@ speak multiple languages and allow you to easily create localized websites.</li>
|
|||
<div class="slideshow-wrapper">
|
||||
<div class="slideshow">
|
||||
<div class="slideshow-inner">
|
||||
<div class="carousel slide" data-ride="carousel" data-interval="8500" id="carousel-c98a86d00395419a930be51c00865aae">
|
||||
<div class="carousel slide" data-ride="carousel" data-interval="8500" id="carousel-405c7187230f410aaa0b8591a860e541">
|
||||
|
||||
<div class="carousel-inner" role="listbox">
|
||||
|
||||
|
@ -210,11 +210,11 @@ be completely customized.</p>
|
|||
</div>
|
||||
|
||||
</div>
|
||||
<a class="left carousel-control" href="#carousel-c98a86d00395419a930be51c00865aae" role="button" data-slide="prev">
|
||||
<a class="left carousel-control" href="#carousel-405c7187230f410aaa0b8591a860e541" role="button" data-slide="prev">
|
||||
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
|
||||
<span class="sr-only">Previous</span>
|
||||
</a>
|
||||
<a class="right carousel-control" href="#carousel-c98a86d00395419a930be51c00865aae" role="button" data-slide="next">
|
||||
<a class="right carousel-control" href="#carousel-405c7187230f410aaa0b8591a860e541" role="button" data-slide="next">
|
||||
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
|
||||
<span class="sr-only">Next</span>
|
||||
</a>
|
||||
|
|
|
@ -53,6 +53,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
|
|||
.hll .nt { color: #204a87; font-weight: bold } /* Name.Tag */
|
||||
.hll .nv { color: #000000 } /* Name.Variable */
|
||||
.hll .ow { color: #204a87; font-weight: bold } /* Operator.Word */
|
||||
.hll .pm { color: #000000; font-weight: bold } /* Punctuation.Marker */
|
||||
.hll .w { color: #f8f8f8 } /* Text.Whitespace */
|
||||
.hll .mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */
|
||||
.hll .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */
|
||||
|
|
Loading…
Reference in New Issue