summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/parser/xhtml.php2
-rw-r--r--lib/tpl/default/design.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php
index 4514a18a4..119ac3f01 100644
--- a/inc/parser/xhtml.php
+++ b/inc/parser/xhtml.php
@@ -483,7 +483,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
if ( array_key_exists($smiley, $this->smileys) ) {
$title = $this->_xmlEntities($this->smileys[$smiley]);
$this->doc .= '<img src="'.DOKU_BASE.'lib/images/smileys/'.$this->smileys[$smiley].
- '" class="middle" alt="'.
+ '" class="icon" alt="'.
$this->_xmlEntities($smiley).'" />';
} else {
$this->doc .= $this->_xmlEntities($smiley);
diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css
index 1124cfe92..9d2cc1844 100644
--- a/lib/tpl/default/design.css
+++ b/lib/tpl/default/design.css
@@ -378,7 +378,7 @@ div.dokuwiki img.mediacenter {
}
/* smileys */
-div.dokuwiki img.middle {
+div.dokuwiki img.icon {
vertical-align: middle;
}