Skip to content

Commit

Permalink
Issue #390 - Make Issues page title smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Taylor committed Dec 6, 2014
1 parent 066eec2 commit 87c739b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions webcompat/static/css/development/page/issue-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
.IssueList {
font-size:var(--base-font-size);
}
/* Main page title */
.IssueList-title {
font-size: 2em;
}
/*Search issues */
.IssueList-search {
background-color:#F7F7F7;
Expand Down
2 changes: 1 addition & 1 deletion webcompat/templates/issue-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="wc-content wc-content--body js-issuelist-filter">
<script type="text/template" id="issuelist-filter-tmpl">
<!-- Temporary Header -->
<h1 class="wc-margin-bottom">Issues</h1>
<h1 class="IssueList-title wc-margin-bottom">Issues</h1>
<div class="Dropdown Dropdown--large js-dropdown-wrapper"></div>
<div>
<button type="button" class="wc-Filter wc-Filter--untriaged" data-filter="untriaged">
Expand Down

0 comments on commit 87c739b

Please sign in to comment.