From: hickert Date: Wed, 3 Dec 2008 07:14:33 +0000 (+0000) Subject: Removed misplaced single quote X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=13350d2035b282cf2e3852fda68e4b093d6e5706;p=gosa.git Removed misplaced single quote git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13130 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index a4e1adb27..eddf54554 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -1549,5 +1549,5 @@ div.errorMsgDialog { background-color:white; border:4px solid red; z-index:150; - position:absolute;' + position:absolute; }