~ubuntu-branches/ubuntu/trusty/fennec/trusty

« back to all changes in this revision

Viewing changes to mobile/themes/hildon/about.css

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2011-01-26 20:31:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110126203140-zcg54f8ost2vmrxr
Tags: 4.0~b3-0ubuntu1
* New upstream release v4.0 B3 (FENNEC_4_0b3_RELEASE)

* Update build-depends for xulrunner-2.0
  - update debian/control
* Update mozclient to point to the mobile-browser repo
  - update debian/mozclient/fennec.conf
* Build with "--with-system-libxul"
  - update debian/rules
* Add launcher script, based on the one used in Firefox but with the
  unnecessary bits stripped out
  - add debian/fennec.sh
  - update debian/rules
* Refresh patches for new version
  - update debian/patches/bump_gecko_versions_in_application.ini.patch
  - update debian/patches/ubuntu_codes_google.patch
  - update debian/patches/installer.patch
* Drop unneeded patches
  - remove debian/patches/nspr_flags_by_pkg_config_hack.patch
  - remove debian/patches/xul191_l10n.patch
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
html {
2
 
  background: #f0f0f0;
3
 
  padding: 0 1em;
4
 
  font-family: "Nokia Sans", Tahoma, sans-serif !important;
5
 
  font-size: 100% !important;
6
 
}
7
 
 
8
 
body {
9
 
  color: black;
10
 
  position: relative;
11
 
  min-width: 330px;
12
 
  max-width: 50em;
13
 
  margin: 1em auto;
14
 
  border: 1px solid gray;
15
 
  -moz-border-radius: 10px;
16
 
  padding: 3em;
17
 
  -moz-padding-start: 30px;
18
 
  background: white;
19
 
}
20
 
 
21
 
.aboutPageWideContainer {
22
 
  max-width: 80%;
23
 
}
24
 
 
25
 
#aboutLogoContainer {
26
 
  border: 1px solid lightgray;
27
 
  width: 300px;
28
 
  margin-bottom: 2em;
29
 
}
30
 
 
31
 
img {
32
 
  border: 0;
33
 
}
34
 
 
35
 
#version {
36
 
  font-weight: bold;
37
 
  color: #909090;
38
 
  margin: -24px 0 9px 17px;
39
 
}
40
 
 
41
 
ul {
42
 
  margin: 0;
43
 
  -moz-margin-start: 1.5em;
44
 
  padding: 0;
45
 
  list-style: square;
46
 
}