Skip to content

Commit

Permalink
run grunt dist
Browse files Browse the repository at this point in the history
  • Loading branch information
hbillings committed Aug 21, 2014
1 parent fb56cc6 commit e4b39b5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
5 changes: 3 additions & 2 deletions dist/css/chicago-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ div.byline .organization {
div.byline .pub-date {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
line-height: 13px;
color: #999;
color: #666;
text-transform: uppercase;
letter-spacing: .5px;
}
.credits,
figcaption {
Expand Down
5 changes: 3 additions & 2 deletions docs/dist/css/chicago-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ div.byline .organization {
div.byline .pub-date {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
line-height: 13px;
color: #999;
color: #666;
text-transform: uppercase;
letter-spacing: .5px;
}
.credits,
figcaption {
Expand Down
9 changes: 6 additions & 3 deletions docs/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ <h1 id="template"><span>Basic template</span></h1>
<title>Bootstrap 101 Template</title>

<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="//media.apps.chicagotribune.com/bootstrap/v3.1.1/css/bootstrap.min.css">
<!-- CT- and NGUX-specific styles -->
<link rel="stylesheet" type="text/css" href="//media.apps.chicagotribune.com/bootstrap/v3.1.1/css/chicago-bootstrap.css">

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
Expand All @@ -41,7 +43,7 @@ <h1>Hello, world!</h1>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="//media.apps.chicagotribune.com/bootstrap/v3.1.1/js/bootstrap.min.js"></script>
</body>
</html>
{% endhighlight %}
Expand All @@ -51,6 +53,7 @@ <h1>Hello, world!</h1>

<!-- Examples
================================================== -->
<! --
<div class="bs-docs-section">
<div class="page-header">
<h1 id="examples"><span>Examples</span></h1>
Expand Down Expand Up @@ -211,7 +214,7 @@ <h4>Offcanvas</h4>
<p>Build a toggleable off-canvas navigation menu for use with Bootstrap.</p>
</div>
</div>
</div>
</div> -->
<!-- Disabling responsiveness
================================================== -->
<div class="bs-docs-section">
Expand Down
5 changes: 3 additions & 2 deletions less/tribune/chicago/chicagotribune.less
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,11 @@ div.byline {
line-height: 20px;
}
.pub-date {
color: #999;
text-transform: uppercase;
letter-spacing: .5px;
color: #666;
font-size: 10px;
line-height: 13px;
font-weight: bold;
font-family: @font-family-sans-serif;
}
}
Expand Down

0 comments on commit e4b39b5

Please sign in to comment.