Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
ebf57d17
Commit
ebf57d17
authored
Jan 17, 2004
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Small CSS improvements to help fix bug 5145.
parent
1c3a3032
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
misc/drupal.css
misc/drupal.css
+8
-7
No files found.
misc/drupal.css
View file @
ebf57d17
...
...
@@ -19,14 +19,20 @@ img {
li
.expanded
{
list-style-type
:
circle
;
list-style-image
:
url(menu-expanded.gif)
;
padding
:
0.2em
0.5em
0
0
;
margin
:
0
;
}
li
.collapsed
{
list-style-type
:
disc
;
list-style-image
:
url(menu-collapsed.gif)
;
padding
:
0.2em
0.5em
0
0
;
margin
:
0
;
}
li
.leaf
{
list-style-type
:
square
;
list-style-image
:
url(menu-leaf.gif)
;
padding
:
0.2em
0.5em
0
0
;
margin
:
0
;
}
li
a
.active
{
color
:
#000
;
...
...
@@ -78,8 +84,9 @@ li a.active {
}
.book
.nav
{
border-top
:
1px
solid
#888
;
padding-bottom
:
2em
;
border-bottom
:
1px
solid
#888
;
padding-bottom
:
3em
;
padding-top
:
1em
;
clear
:
both
;
}
.book
.nav
.links
{
...
...
@@ -92,13 +99,11 @@ li a.active {
float
:
left
;
text-align
:
left
;
width
:
45%
;
padding-bottom
:
0.5em
;
}
.book
.nav
.next
{
float
:
right
;
text-align
:
right
;
width
:
45%
;
padding-bottom
:
0.5em
;
}
.book
.nav
.up
{
text-align
:
center
;
...
...
@@ -298,10 +303,6 @@ pre, code {
border
:
none
;
text-align
:
left
;
}
.menu
li
{
margin
:
0
;
padding
:
0.2em
0.5em
0
0
;
}
.menu
li
a
{
display
:
block
;
width
:
100%
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment