summaryrefslogtreecommitdiff
path: root/themes/colors
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2010-04-22 11:50:28 +0000
committerRob Peters <makitso@gmail.com>2010-04-22 11:50:28 +0000
commit88a81ef828d1ed9034e243811348893c89d2d862 (patch)
treea9dd810889633930886bcda8018212f66c002e46 /themes/colors
parentc108fb899d10f782edaf0b78ebd6b791edacf681 (diff)
downloadwebtrees-88a81ef828d1ed9034e243811348893c89d2d862.tar.gz
webtrees-88a81ef828d1ed9034e243811348893c89d2d862.tar.bz2
webtrees-88a81ef828d1ed9034e243811348893c89d2d862.zip
Remove some unnecessary css code
Diffstat (limited to 'themes/colors')
-rw-r--r--themes/colors/print.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/colors/print.css b/themes/colors/print.css
index c5e5d0c7bf..8ce67f6820 100644
--- a/themes/colors/print.css
+++ b/themes/colors/print.css
@@ -46,18 +46,18 @@
#descendancy_chart ul {
list-style: none;
margin: 0px 0px 5px 15px; /* top right bottom left */
- padding: 0px 0px 0px auto; /* top right bottom left */
+ padding: 0px 0px 0px 0px; /* top right bottom left */
border-left: thin solid #9CA3D4;
}
#descendancy_chart li {
list-style: none;
margin: 0px 0px 2px -16px; /* top right bottom left */
- padding: 0px 0px 0px auto; /* top right bottom left */
+ padding: 0px 0px 0px 0px; /* top right bottom left */
}
/*-- descendancy chart rtl specific stylesheets --*/
#descendancy_chart_rtl ul {
margin: 0px 15px 5px 0px; /* top right bottom left */
- padding: 0px auto 0px 0px; /* top right bottom left */
+ padding: 0px 0px 0px 0px; /* top right bottom left */
border-right: thin solid #9CA3D4;
}
#descendancy_chart_rtl li {