diff options
Diffstat (limited to 'default')
| -rw-r--r-- | default/config.xml | 3 | ||||
| -rw-r--r-- | default/htdocs/styles/css3.css | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/default/config.xml b/default/config.xml index b03fe10..54e461f 100644 --- a/default/config.xml +++ b/default/config.xml @@ -23,7 +23,7 @@ <textheader>[h2]</textheader> <textsubheader>[h3]</textsubheader> <important>[div class="important"]</important> - <info>[div class="info"]</info> + <information>[div class="information"]</information> <text>[p]</text> <type>[span class="@@class@@"]</type> <quote>[pre class="quote"]</quote> @@ -53,6 +53,7 @@ <textsubheader>[h3]</textsubheader> <news start="yes"/> <important>[div class="important"]</important> + <information>[div class="information"]</information> <text>[p]</text> <type>[span class="@@class@@"]</type> <quote>[pre class="quote"]</quote> diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index f7741e1..ab7581b 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -45,7 +45,7 @@ div.important { box-shadow: 10px 10px 5px #000000; } -div.info { +div.information { background-color: #99FF66 border-width: 1px; border-style: solid; |
