Make profile link smaller.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 18 Oct 2010 10:40:42 +0000 (12:40 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 18 Oct 2010 11:27:08 +0000 (13:27 +0200)
src/main/resources/static/css/sone.css
src/main/resources/templates/include/head.html

index 3eb6d3c..67f3dc9 100644 (file)
        float: left;
 }
 
+#sone #profile .edit-profile-link {
+       font-size: 85%;
+}
+
 #sone .nice-name {
        font-weight: bold;
 }
index 612440a..f89b5df 100644 (file)
@@ -8,7 +8,7 @@
                <div id="profile">
                        <div class="picture"><img src="images/sone.png" width="80" height="80" alt="Sone Logo" /></div>
                        <div class="nice-name profile-link"><a href="viewSone.html?sone=<% currentSone.id>"><% currentSone.niceName|html></a></div>
-                       <div><a href="editProfile.html"><%= View.Head.ProfileLink.Text|l10n|html></a></div>
+                       <div class="edit-profile-link"><a href="editProfile.html"><%= View.Head.ProfileLink.Text|l10n|html></a></div>
                </div>
                
                <div id="links">