Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
dfef5164
Commit
dfef5164
authored
Jun 02, 2004
by
Dries
Browse files
- Patch
#6863
by Kristjan: fixed incorrect table behavior.
parent
7b9a2453
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/drupal.css
View file @
dfef5164
...
...
@@ -23,7 +23,6 @@ pre, code {
}
table
{
border-collapse
:
collapse
;
width
:
100%
;
}
th
{
text-align
:
left
;
...
...
@@ -34,14 +33,14 @@ th {
th
.active
img
{
display
:
inline
;
}
tr
.dark
,
tr
.light
{
tr
.dark
td
,
tr
.light
td
{
background-color
:
#eee
;
border-bottom
:
1px
solid
#ccc
;
}
tr
.dark
td
,
tr
.light
td
{
padding
:
0.1em
0.6em
;
}
td
.active
{
tr
td
.active
{
background-color
:
#ddd
;
}
...
...
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