Merge lp:~matt.hall/tiqit/sans-serif into lp:tiqit

Proposed by Matthew Hall
Status: Merged
Approved by: Sam Stoll
Approved revision: 5
Merged at revision: 5
Proposed branch: lp:~matt.hall/tiqit/sans-serif
Merge into: lp:tiqit
Diff against target: 22 lines (+5/-0)
1 file modified
static/styles/tiqit.css (+5/-0)
To merge this branch: bzr merge lp:~matt.hall/tiqit/sans-serif
Reviewer Review Type Date Requested Status
Sam Stoll Approve
Review via email: mp+265296@code.launchpad.net

Commit message

Give all headings and search result table captions a sans serif font.
(A baby step towards a more modern-looking UI.)

Description of the change

Give all headings and search result table captions a sans serif font.
(A baby step towards a more modern-looking UI.)

To post a comment you must log in.
Revision history for this message
Ensoft Patch Lander (ensoft-lander) wrote :

Voting does not meet specified criteria. Required: Approve >= 1, Disapprove == 0. Got: 1 Pending.

Revision history for this message
Sam Stoll (samstoll1) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'static/styles/tiqit.css'
2--- static/styles/tiqit.css 2014-06-05 14:38:53 +0000
3+++ static/styles/tiqit.css 2015-07-20 17:43:28 +0000
4@@ -23,6 +23,10 @@
5 font-weight: bold;
6 }
7
8+h1, h2, h3 {
9+ font-family: Calibri, Arial, sans-serif;
10+}
11+
12 h3 {
13 border-bottom: solid lightblue 2px;
14 }
15@@ -212,6 +216,7 @@
16 }
17
18 table.tiqitTable caption {
19+ font-family: Calibri, "Arial Narrow", Arial, sans-serif;
20 font-weight: bold;
21 font-size: 120%;
22 }

Subscribers

People subscribed via source and target branches