Added changes from eb94b51 TMMeilleur/PrestaShop

This commit is contained in:
alexey-svistunov
2013-11-08 21:00:00 +02:00
parent d3100acef2
commit 6f5c9044d3
87 changed files with 4285 additions and 152 deletions
+37
View File
@@ -0,0 +1,37 @@
/* Home hook CSS */
#htmlcontent_home {
}
ul.htmlcontent-home {
}
li.htmlcontent-item {
}
li.htmlcontent-item a.item-link {
}
li.htmlcontent-item img.item-img {
}
li.htmlcontent-item h3.item-title {
}
li.htmlcontent-item div.item-html {
}
/* Top hook CSS */
#htmlcontent_top {
}
/* Left hook CSS */
#htmlcontent_left {
}
/* Right hook CSS */
#htmlcontent_right {
}
/* Footer hook CSS */
#htmlcontent_footer {
}