~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/media/browser/browser.css

  • Committer: mattgiuca
  • Date: 2008-01-12 11:27:34 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:191
dispatch.html, ivle.css, browser.css: Major restyling of the IVLE website.
    The header section is condensed, tabs display properly, introduced colour,
    everything goes all the way to the edge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
/* OVERALL LAYOUT */
24
24
 
25
 
body {
26
 
    margin: 0;
27
 
    padding: 0;
 
25
/* Override common #ivlebody */
 
26
#ivlebody {
 
27
    padding: 0 ! important;
28
28
}
29
29
 
30
30
#middle, #middle tbody {
150
150
    text-align: center;
151
151
}
152
152
 
153
 
#sidepanel p, h1, h2 {
 
153
#sidepanel p, #sidepanel h1, #sidepanel h2 {
154
154
    margin: 0;
155
155
    padding: 0;
156
156
}