~ubuntu-community-webthemes/ubuntu-community-webthemes/light-drupal-theme

« back to all changes in this revision

Viewing changes to styles/classic-brown-rtl.css

  • Committer: Michael Lustfield
  • Date: 2010-09-11 01:11:15 UTC
  • Revision ID: michael@profarius.com-20100911011115-i3i2b5we049mulqn
Issues Resolved:
  bug 595644
  bug 603456
  bug 617932
  bug 629574
  bug 629570
  bug 629579
  bug 603754
  bug 611511
  bug 611532

Also fixed some bugs not reported.
Next commit will be a much larger change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id$ */
 
2
 
 
3
/**
 
4
 * Index:
 
5
 * 1. Body
 
6
 * 2. Header
 
7
 * 3. Subheader
 
8
 * 4. Content
 
9
 * 5. Sidebar
 
10
 * 6. Footer
 
11
 * 7. Nice Menus
 
12
 * 8. Advanced Forum
 
13
 */
 
14
 
 
15
 
 
16
/**
 
17
 * 1. Body
 
18
 */
 
19
 
 
20
 
 
21
/**
 
22
 * 2. Header
 
23
 */
 
24
 
 
25
 
 
26
#header li {
 
27
  border-right: 1px solid #2F1C0F;
 
28
}
 
29
 
 
30
#header li.last {
 
31
  border-left: 1px solid #2F1C0F;
 
32
}
 
33
 
 
34
/**
 
35
 * 3. Subheader
 
36
 */
 
37
 
 
38
/* launchpad login */
 
39
#subheader #openid-launchpad-login-form input {
 
40
  border-left: 1px solid #CCCCCC;
 
41
  border-right: 1px solid #CCCCCC;
 
42
}
 
43
 
 
44
/**
 
45
 * 4. Content
 
46
 */
 
47
 
 
48
.comment {
 
49
  border-right: 1px dotted #CCCCCC;
 
50
}
 
51
 
 
52
/**
 
53
 * 5. Sidebar
 
54
 */
 
55
 
 
56
/**
 
57
 * 6. Footer
 
58
 */
 
59
 
 
60
/**
 
61
 * 7. Nice Menus
 
62
 */
 
63
 
 
64
/* Reset Nice Menu CSS */
 
65
 
 
66
ul.nice-menu, ul.nice-menu ul {
 
67
  border-left: 1px solid #2F1C0F;
 
68
}
 
69
 
 
70
#header ul.nice-menu li ul {
 
71
  border-left: 1px solid #2F1C0F;
 
72
}
 
73
 
 
74
/**
 
75
 * 8. Advanced Forums
 
76
 */
 
77