1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Moved css data to e107.css and removed e_css.php file.

This commit is contained in:
Cameron
2012-11-24 02:06:22 -08:00
parent 41fb35ba06
commit 4318e949c0
3 changed files with 4 additions and 45 deletions

View File

@@ -193,7 +193,7 @@ div.e-comment-edit-save { margin-top:8px; padding: 5px }
.divider { border-bottom: 1px solid silver; font-size: 18px; margin-bottom: 30px; position: relative; text-align: center; }
.divider span { padding: 0 15px; position: relative; top: 10px; }
/* Used to hide elements when JavaScript is enabled */
/* Used to hide elements when JavaScript is enabled: old e_css.php */
/*
.e-hide-if-js { display: none; }
*/
@@ -209,3 +209,5 @@ div.e-comment-edit-save { margin-top:8px; padding: 5px }
button.e-hide-if-js { display: inline; }
*/