[svn r15334] Fixed default CSS path

skala
Yannick Warnier 17 years ago
parent 79ab8aa4bc
commit c0f2fb6f8d
  1. 8
      main/document/example_document.html

@ -39,7 +39,7 @@
}
#footer_template {
background: transparent url("../../../main/css/default/images/footer_template.png") no-repeat top center;
background: transparent url("../../../main/css/public_admin/images/footer_template.png") no-repeat top center;
width: 690px;
height: 48px;
clear:both;
@ -47,7 +47,7 @@
#header_template {
width: 690px;
background: transparent url("../../../main/css/default/images/writerheader.png") no-repeat top
background: transparent url("../../../main/css/public_admin/images/writerheader.png") no-repeat top
left;
height: 150px;
}
@ -101,7 +101,7 @@
width: 690px;
float:left;
text-align: justify;
background: transparent url("../../../main/css/default/images/repeat_template.png") repeat-y top center;
background: transparent url("../../../main/css/public_admin/images/repeat_template.png") repeat-y top center;
}
#blank_template #box_title {
@ -118,7 +118,7 @@
#blank_template #header_template {
width: 690px;
background: transparent url("../../../main/css/default/images/blankheader.png") no-repeat top
background: transparent url("../../../main/css/public_admin/images/blankheader.png") no-repeat top
left;
height: 150px;
}

Loading…
Cancel
Save