diff options
author | ahriman <ahriman@falte.red> | 2019-01-02 04:57:35 +0000 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-01-02 04:57:35 +0000 |
commit | 2bd7f83a6495011ada78ca8a9f2af417caf01760 (patch) | |
tree | f9acdb7f09e011c65330ab993d4db3620787dbfb /wiki/lib/tpl/dokuwiki/css/_imgdetail.css | |
parent | bcb215c3a7e914d05f166846a33860e48bba64fb (diff) | |
download | site-2bd7f83a6495011ada78ca8a9f2af417caf01760.tar.gz |
removed dokuwiki
Diffstat (limited to 'wiki/lib/tpl/dokuwiki/css/_imgdetail.css')
-rw-r--r-- | wiki/lib/tpl/dokuwiki/css/_imgdetail.css | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/wiki/lib/tpl/dokuwiki/css/_imgdetail.css b/wiki/lib/tpl/dokuwiki/css/_imgdetail.css deleted file mode 100644 index a074000..0000000 --- a/wiki/lib/tpl/dokuwiki/css/_imgdetail.css +++ /dev/null @@ -1,38 +0,0 @@ -/** - * This file provides styles for the image detail page (detail.php). - */ - -#dokuwiki__detail { - padding: 1em; -} -#dokuwiki__detail h1 { -} - -#dokuwiki__detail img { - float: left; - margin: 0 1.5em .5em 0; -} -[dir=rtl] #dokuwiki__detail div.content img { - float: right; - margin-right: 0; - margin-left: 1.5em; -} -#dokuwiki__detail div.img_detail { - float: left; -} -[dir=rtl] #dokuwiki__detail div.content div.img_detail { - float: right -} - -#dokuwiki__detail div.img_detail h2 { -} -#dokuwiki__detail div.img_detail dl { -} -#dokuwiki__detail div.img_detail dl dt { -} -#dokuwiki__detail div.img_detail dl dd { -} - -#dokuwiki__detail p.back { - clear: both; -} |