You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by es...@apache.org on 2010/09/12 18:47:54 UTC

svn commit: r996338 - /incubator/esme/trunk/server/src/main/webapp/style/style.css

Author: esjewett
Date: Sun Sep 12 16:47:54 2010
New Revision: 996338

URL: http://svn.apache.org/viewvc?rev=996338&view=rev
Log:
[ESME-278] Fix style for followers/followees in the contacts tab on the user page

Modified:
    incubator/esme/trunk/server/src/main/webapp/style/style.css

Modified: incubator/esme/trunk/server/src/main/webapp/style/style.css
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/style/style.css?rev=996338&r1=996337&r2=996338&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/style/style.css (original)
+++ incubator/esme/trunk/server/src/main/webapp/style/style.css Sun Sep 12 16:47:54 2010
@@ -680,5 +680,10 @@ top: 60px
 top: 100px
 }
 
+/* Contacts
+******************************************************************************/
+
+.b-contacts {
+  list-style-type:none;
+}
 
-