~ubuntu-branches/ubuntu/saucy/yelp/saucy-proposed

« back to all changes in this revision

Viewing changes to data/default.css

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2011-06-28 04:56:30 UTC
  • mfrom: (1.1.48 upstream)
  • Revision ID: james.westby@ubuntu.com-20110628045630-55mwg7p3nhp4fmwb
Tags: 3.1.1-0ubuntu1
* New upstream release.
* Resync with Debian packaging, remaining Ubuntu changes:
  - Use source format 3
  - Add apport hook
  - Watch for unstable releases too
  - Suggest ttf-dejavu, instead of Recommend
  - Use autoreconf
  - debian/patches/00_no_am_gnu_gettext.patch
  - debian/patches/01_lpi.patch
  - debian/patches/05_menu_tooltip.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
h1 { font-size: 1.6em; font-weight: bold; }
2
 
h2 { font-size: 1.4em; font-weight: bold; }
3
 
h3 { font-size: 1.2em; font-weight: bold; }
4
 
 
5
 
body {
6
 
        padding-left: 8px;
7
 
        padding-right: 12px;
8
 
}
9
 
 
10
 
p, div { margin: 0em; }
11
 
p + p, p + div, div + p, div + div { margin-top: 0.8em; }
12
 
 
13
 
dl { margin: 0px; }
14
 
ol { margin: 0px; }
15
 
ul { margin: 0px; }
16
 
ol li { padding-left: 12px; }
17
 
ul li { padding-left: 12px; }
18
 
 
19
 
li[class="menu-folder"] + li[class="menu-file"] { margin-top: 0.8em; }