diff --git a/e107_files/e_css.php b/e107_files/e_css.php deleted file mode 100644 index 644b9ecc7..000000000 --- a/e107_files/e_css.php +++ /dev/null @@ -1,43 +0,0 @@ - - /* Used to hide elements when JavaScript is enabled */ - .e-hide-if-js { display: none; } - - -"; -?> \ No newline at end of file diff --git a/e107_themes/templates/header_default.php b/e107_themes/templates/header_default.php index 27c36fdc3..7e9aeaa54 100644 --- a/e107_themes/templates/header_default.php +++ b/e107_themes/templates/header_default.php @@ -307,7 +307,7 @@ echo "\n\n"; // // Style for unobtrusive JS, prevent 3rd party code overload // -require_once(e_FILE."/e_css.php"); +// require_once(e_FILE."/e_css.php"); see e107_web/css/e107.css // // E: Send JS all in once diff --git a/e107_web/css/e107.css b/e107_web/css/e107.css index e4d333211..7cb8d06b7 100644 --- a/e107_web/css/e107.css +++ b/e107_web/css/e107.css @@ -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; } */ + +