summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorDennis1993 <marvin-wegener@outlook.com>2013-07-23 12:02:32 +0200
committerDennis1993 <marvin-wegener@outlook.com>2013-07-23 12:02:32 +0200
commitcfd799b9056ff6b5ce425fc070a299d88b53be59 (patch)
tree36f23ebc902c669525f92eb299f63227350f87f6 /skins
parent5b976a6187603ca70436fb6260dd0bb84fef9daa (diff)
Update settings.html
deleted deprecated frameborder attribute and use css instead
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/templates/settings.html2
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>