Initial code using Drupal 6.38
This commit is contained in:
commit
4824608a33
467 changed files with 90887 additions and 0 deletions
18
themes/chameleon/common-rtl.css
Normal file
18
themes/chameleon/common-rtl.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
|
||||
body {
|
||||
direction: rtl;
|
||||
}
|
||||
.navlinks {
|
||||
padding: 0em 0em 1.5em 0.5em;
|
||||
}
|
||||
.primary a {
|
||||
padding: 0em 0em 0em 0.5em;
|
||||
}
|
||||
.secondary a {
|
||||
padding: 0em 0em 0em 0.5em;
|
||||
}
|
||||
|
||||
#header img {
|
||||
float: right;
|
||||
padding: 0em 0em .5em 2em;
|
||||
}
|
Reference in a new issue