mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-08-31 22:48:56 +00:00
Initial commit
This commit is contained in:
commit
c5e731d8ae
2773 changed files with 600767 additions and 0 deletions
25
drupal7/web/misc/print.css
Normal file
25
drupal7/web/misc/print.css
Normal file
|
@ -0,0 +1,25 @@
|
|||
|
||||
body {
|
||||
margin: 1em;
|
||||
background-color: #fff;
|
||||
}
|
||||
th {
|
||||
text-align: left; /* LTR */
|
||||
color: #006;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
tr.odd {
|
||||
background-color: #ddd;
|
||||
}
|
||||
tr.even {
|
||||
background-color: #fff;
|
||||
}
|
||||
td {
|
||||
padding: 5px;
|
||||
}
|
||||
#menu {
|
||||
visibility: hidden;
|
||||
}
|
||||
#main {
|
||||
margin: 1em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue