~nskaggs/help-app/functional-test-template

« back to all changes in this revision

Viewing changes to edit-here/themes/phone/static/css/app.css

  • Committer: Daniel Holbach
  • Date: 2015-03-17 17:07:27 UTC
  • mfrom: (96.2.1 help-app)
  • Revision ID: daniel.holbach@canonical.com-20150317170727-zk5bqpsrr8pigs0i
mergedĀ lp:~dpm/help-app/phone-theme-fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
article#content {
 
2
    padding-left: 15px;
 
3
    padding-right: 15px;
 
4
    padding-top: 10px;
 
5
}
 
6
 
 
7
[data-role="content"] p {
 
8
  margin-bottom: .5rem;
 
9
}
 
10
 
 
11
[data-role="content"] h1 {
 
12
  font-size: 1.5rem;
 
13
  line-height: 1.6;
 
14
 
 
15
}
 
16
 
 
17
[data-role="content"] h2 {
 
18
  font-size: 1.3rem;
 
19
  line-height: 1.4;
 
20
}
 
21
 
 
22
[data-role="content"] h3 {
 
23
  font-size: 1.1rem;
 
24
  line-height: 1.3;
 
25
}
 
26
 
 
27
article#content ul {
 
28
  font-size: 0.9rem;
 
29
  line-height: 1.6;
 
30
  list-style: disc;
 
31
  margin-bottom: .5rem;
 
32
  margin-left: 15px;
 
33
}
 
34
 
 
35
a:link, a:visited {
 
36
    color: #DD4814;
 
37
    text-decoration: none;
 
38
}
 
 
b'\\ No newline at end of file'