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
93569c85
Commit
93569c85
authored
Oct 27, 2012
by
webchick
Browse files
Issue
#1813792
by sun: Remove ugly default CSS styles for table.
parent
0c44c896
Changes
1
Show whitespace changes
Inline
Side-by-side
core/modules/system/system.theme.css
View file @
93569c85
...
...
@@ -24,15 +24,16 @@ img {
}
table
{
border-collapse
:
collapse
;
width
:
100%
;
}
th
{
border-bottom
:
3px
solid
#ccc
;
padding-right
:
1em
;
/* LTR */
text-align
:
left
;
/* LTR */
}
tr
.even
,
tr
.odd
{
background-color
:
#eee
;
thead
>
tr
{
border-bottom
:
1px
solid
#000
;
}
tr
{
border-bottom
:
1px
solid
#ccc
;
padding
:
0.1em
0.6em
;
}
...
...
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