~ubuntu-branches/ubuntu/maverick/webdeveloper/maverick-proposed

« back to all changes in this revision

Viewing changes to source/content_common/webdeveloper/stylesheets/small_screen_rendering.css

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2009-01-04 12:25:00 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090104122500-agtub7j8tfr3s09t
Tags: 1.1.6+repack-1ubuntu1
* Merge from Debian experimental, remaining Ubuntu changes:
  + debian/control:
    - Build firefox-webdeveloper and adjust it for Firefox.
    - Do not conflict/replaces with firefox-developer.
    - Add Vcs-Bzr header.
  + debian/rules:
    - Adjust makebuilddir to build firefox-webdeveloper package.
  + Rename iceweasel-{webdeveloper.links,firefox-webdeveloper.install} to
    firefox-{webdeveloper.links,firefox-webdeveloper.install}

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
*
 
2
{
 
3
    background-image: none !important;
 
4
    float: none !important;
 
5
    font-size: 10px !important;
 
6
        font-variant: normal !important;
 
7
    height: auto !important;
 
8
    left: auto !important;
 
9
        letter-spacing: 0 !important;
 
10
    margin-bottom: auto !important;
 
11
    margin-left: 0 !important;
 
12
    margin-right: 0 !important;
 
13
    margin-top: auto !important;
 
14
    max-width: 250px !important;
 
15
    padding-left: 0 !important;
 
16
    padding-right: 0 !important;
 
17
    position: static !important;
 
18
        text-transform: none !important;
 
19
    top: auto !important;
 
20
    word-spacing: 0 !important;
 
21
}
 
22
 
 
23
*:not(body):not(html):not(li):not(ol):not(ul)
 
24
{
 
25
    overflow: hidden !important;
 
26
}
 
27
 
 
28
*:not(img)
 
29
{
 
30
    width: auto !important;
 
31
}
 
32
 
 
33
*:not(input):not(select):not(textarea)
 
34
{
 
35
    border-style: none !important;
 
36
}
 
37
 
 
38
a
 
39
{
 
40
    text-decoration: underline !important;
 
41
}
 
42
 
 
43
body
 
44
{
 
45
    background-color: #ffffff !important;
 
46
    padding: 5px !important;
 
47
    width: 250px !important;
 
48
}
 
49
 
 
50
body, html
 
51
{
 
52
    margin: 0 !important;
 
53
}
 
54
 
 
55
h1, h2
 
56
{
 
57
    font-size: 12px !important;
 
58
}
 
59
 
 
60
html
 
61
{
 
62
    background-color: #666666 !important;
 
63
    padding: 0 !important;
 
64
}
 
65
 
 
66
li
 
67
{
 
68
    display: list-item !important;
 
69
}
 
70
 
 
71
ol, table, tbody, td, tfoot, th, thead, tr, ul
 
72
{
 
73
    display: block !important;
 
74
}
 
75
 
 
76
ol, ul
 
77
{
 
78
    padding-left: 15px !important;
 
79
}
 
80
 
 
81
ul
 
82
{
 
83
    list-style-type: square !important;
 
84
}
 
 
b'\\ No newline at end of file'