summaryrefslogtreecommitdiff
path: root/skins/larry/includes
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-12-14 09:35:22 +0000
committerthomascube <thomas@roundcube.net>2011-12-14 09:35:22 +0000
commit28e18c75ef693740edc05e7474cf52452cc76157 (patch)
tree228a2a67f3743c7f51dc48eb83bfac6840594595 /skins/larry/includes
parent0ea1f1e4ef4d45e89874f99d48a928ac4252ccb0 (diff)
More CSS styling for Larry
Diffstat (limited to 'skins/larry/includes')
-rw-r--r--skins/larry/includes/settingstabs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/includes/settingstabs.html b/skins/larry/includes/settingstabs.html
index 6662c189f..8b23afc1f 100644
--- a/skins/larry/includes/settingstabs.html
+++ b/skins/larry/includes/settingstabs.html
@@ -1,7 +1,7 @@
<div id="settings-sections" class="uibox listbox">
<h2 class="boxtitle"><roundcube:label name="settings" /></h2>
<div id="settings-tabs" class="scroller">
- <span id="settingstabdefault" class="listitem preferences"><roundcube:button command="preferences" type="link" label="preferences" title="editpreferences" /></span>
+ <span id="settingstabpreferences" class="listitem preferences"><roundcube:button command="preferences" type="link" label="preferences" title="editpreferences" /></span>
<span id="settingstabfolders" class="listitem folders"><roundcube:button command="folders" type="link" label="folders" title="managefolders" /></span>
<span id="settingstabidentities" class="listitem identities"><roundcube:button command="identities" type="link" label="identities" title="manageidentities" /></span>
<span id="settingstababout" class="listitem about"><roundcube:button command="about" type="link" label="about" title="about" /></span>