mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Some CSS cleanup and .gitignore added.
This commit is contained in:
@@ -193,6 +193,19 @@ 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 */
|
||||
/*
|
||||
.e-hide-if-js { display: none; }
|
||||
*/
|
||||
/* Used to show elements when JavaScript is disabled */
|
||||
/*
|
||||
.e-show-if-js { display: none; }
|
||||
*/
|
||||
/* Used to hide elements when JavaScript is disabled */
|
||||
/*
|
||||
.e-hide-if-js { display: block; }
|
||||
a.e-hide-if-js,
|
||||
span.e-hide-if-js,
|
||||
button.e-hide-if-js { display: inline; }
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user