1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Backward Compatibility Fixes.

This commit is contained in:
Cameron
2016-12-01 19:12:25 -08:00
parent 5dd2ad8b99
commit c3df2134e2
4 changed files with 40 additions and 14 deletions

View File

@@ -23,4 +23,8 @@ mark { text-decoration: underline; color:#FF0000; font-weight:bold; }
#login-template { width:60%; max-width:350px; margin-right:auto;margin-left:auto; }
div.form-group { padding-top: 5px }
div.news-empty { text-align:center; font-weight: bold }
div.news-empty { text-align:center; font-weight: bold }
div.checkboxes label.checkbox { display: block }
textarea.bbarea { margin:0; }