Skip to content

Commit

Permalink
header fonts bold
Browse files Browse the repository at this point in the history
  • Loading branch information
kreenamehta committed Oct 3, 2016
1 parent 6b62627 commit a16c290
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 16 deletions.
4 changes: 4 additions & 0 deletions public/assignment/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,7 @@ li.borderless {
top:0;
bottom: 0;
}

.boldFont{
font-weight: bold;
}
4 changes: 2 additions & 2 deletions public/assignment/page-edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-chevron-left header" href="website-list.html">
</a>
<div class="navbar-header-fixed">
<p class="navbar-brand header">Pages</p>
<p class="navbar-brand header boldFont">Pages</p>
</div>
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-plus pull-right header" href="page-new.html">
</a>
Expand All @@ -25,7 +25,7 @@
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-chevron-left header hidden-md hidden-lg" href="page-list.html">
</a>
<div class="navbar-header-fixed">
<p class="navbar-brand header">Edit Page</p>
<p class="navbar-brand header boldFont">Edit Page</p>
</div>
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-ok pull-right header" href="page-list.html">
</a>
Expand Down
2 changes: 1 addition & 1 deletion public/assignment/page-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-chevron-left header" href="website-list.html">
</a>
<div class="navbar-header-fixed">
<p class="navbar-brand header">Pages</p>
<p class="navbar-brand header boldFont">Pages</p>
</div>
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-plus pull-right header" href="page-new.html">
</a>
Expand Down
4 changes: 2 additions & 2 deletions public/assignment/page-new.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-chevron-left header" href="website-list.html">
</a>
<div class="navbar-header-fixed">
<p class="navbar-brand header">Pages</p>
<p class="navbar-brand header boldFont">Pages</p>
</div>
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-plus pull-right header" href="page-new.html">
</a>
Expand All @@ -25,7 +25,7 @@
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-chevron-left header hidden-md hidden-lg" href="page-list.html">
</a>
<div class="navbar-header-fixed">
<p class="navbar-brand header">New Page</p>
<p class="navbar-brand header boldFont">New Page</p>
</div>
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-ok pull-right header" href="page-list.html">
</a>
Expand Down
2 changes: 1 addition & 1 deletion public/assignment/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<nav class="navbar navbar-dark navbar-fixed-top bg-primary">
<div class="container-fluid">
<div class="navbar-header-fixed">
<p class="navbar-brand profile-header">Profile</p>
<p class="navbar-brand profile-header boldFont">Profile</p>
</div>
<a class="navbar-brand bg-primary glyphicon glyphicon-ok pull-right profile-header" href="profile.html">
</a>
Expand Down
4 changes: 2 additions & 2 deletions public/assignment/website-edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a class="navbar-brand bg-primary glyphicon glyphicon-chevron-left header" href="profile.html">
</a>
<div class="navbar-header-fixed">
<p class="navbar-brand header">Websites</p>
<p class="navbar-brand header boldFont">Websites</p>
</div>
<a class="navbar-brand bg-primary glyphicon glyphicon-plus pull-right header" href="website-new.html">
</a>
Expand All @@ -25,7 +25,7 @@
<a class="navbar-brand bg-primary glyphicon glyphicon-chevron-left header hidden-md hidden-lg" href="website-list.html">
</a>
<div class="navbar-header-fixed">
<p class="navbar-brand header">Edit Website</p>
<p class="navbar-brand header boldFont">Edit Website</p>
</div>
<a class="navbar-brand bg-primary glyphicon glyphicon-ok pull-right header" href="website-list.html">
</a>
Expand Down
2 changes: 1 addition & 1 deletion public/assignment/website-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a class="navbar-brand bg-primary glyphicon glyphicon-chevron-left header" href="profile.html">
</a>
<div class="navbar-header-fixed">
<p class="navbar-brand header">Websites</p>
<p class="navbar-brand header boldFont">Websites</p>
</div>
<a class="navbar-brand bg-primary glyphicon glyphicon-plus pull-right header" href="website-new.html">
</a>
Expand Down
4 changes: 2 additions & 2 deletions public/assignment/website-new.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a class="navbar-brand bg-primary glyphicon glyphicon-chevron-left header" href="profile.html">
</a>
<div class="navbar-header-fixed">
<p class="navbar-brand header">Websites</p>
<p class="navbar-brand header boldFont">Websites</p>
</div>
<a class="navbar-brand bg-primary glyphicon glyphicon-plus pull-right header" href="website-new.html">
</a>
Expand All @@ -25,7 +25,7 @@
<a class="navbar-brand bg-primary glyphicon glyphicon-chevron-left header hidden-md hidden-lg" href="website-list.html">
</a>
<div class="navbar-header-fixed">
<p class="navbar-brand header">New Website</p>
<p class="navbar-brand header boldFont">New Website</p>
</div>
<a class="navbar-brand bg-primary glyphicon glyphicon-ok pull-right header" href="website-list.html">
</a>
Expand Down
2 changes: 1 addition & 1 deletion public/assignment/widget-chooser.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-chevron-left header" href="widget-list.html">
</a>
<div class="navbar-header-fixed">
<p class="navbar-brand header">Choose Widget</p>
<p class="navbar-brand header boldFont">Choose Widget</p>
</div>
</div>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion public/assignment/widget-heading.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-chevron-left header" href="widget-list.html">
</a>
<div class="navbar-header-fixed">
<p class="navbar-brand header">Edit Widget</p>
<p class="navbar-brand header boldFont">Edit Widget</p>
</div>
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-ok pull-right header" href="widget-list.html">
</a>
Expand Down
2 changes: 1 addition & 1 deletion public/assignment/widget-image.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-chevron-left header" href="widget-list.html">
</a>
<div class="navbar-header-fixed">
<p class="navbar-brand header">Edit Widget</p>
<p class="navbar-brand header boldFont">Edit Widget</p>
</div>
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-ok pull-right header" href="widget-list.html">
</a>
Expand Down
2 changes: 1 addition & 1 deletion public/assignment/widget-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-chevron-left header" href="page-list.html">
</a>
<div class="navbar-header-fixed">
<p class="navbar-brand header">Widgets</p>
<p class="navbar-brand header boldFont">Widgets</p>
</div>
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-plus pull-right header" href="widget-chooser.html">
</a>
Expand Down
2 changes: 1 addition & 1 deletion public/assignment/widget-youtube.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-chevron-left header" href="widget-list.html">
</a>
<div class="navbar-header-fixed">
<p class="navbar-brand header">Edit Widget</p>
<p class="navbar-brand header boldFont">Edit Widget</p>
</div>
<a class="navbar-brand navbar-default bg-primary glyphicon glyphicon-ok pull-right header" href="widget-list.html">
</a>
Expand Down

0 comments on commit a16c290

Please sign in to comment.