diff options
author | Dennis1993 <marvin-wegener@outlook.com> | 2013-07-23 12:02:32 +0200 |
---|---|---|
committer | Dennis1993 <marvin-wegener@outlook.com> | 2013-07-23 12:02:32 +0200 |
commit | cfd799b9056ff6b5ce425fc070a299d88b53be59 (patch) | |
tree | 36f23ebc902c669525f92eb299f63227350f87f6 /skins/larry/templates | |
parent | 5b976a6187603ca70436fb6260dd0bb84fef9daa (diff) |
Update settings.html
deleted deprecated frameborder attribute and use css instead
Diffstat (limited to 'skins/larry/templates')
-rw-r--r-- | skins/larry/templates/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/settings.html b/skins/larry/templates/settings.html index 427e0a4f5..5a0cd189c 100644 --- a/skins/larry/templates/settings.html +++ b/skins/larry/templates/settings.html @@ -22,7 +22,7 @@ <div id="preferences-box" class="uibox contentbox"> <div class="iframebox"> - <roundcube:object name="prefsframe" id="preferences-frame" style="width:100%; height:100%" frameborder="0" src="/watermark.html" /> + <roundcube:object name="prefsframe" id="preferences-frame" style="width:100%; height:100%; border:none;" src="/watermark.html" /> </div> <roundcube:object name="message" id="message" class="statusbar" /> </div> |