]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
list of profiles
authorEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 22:08:56 +0000 (18:08 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 22:08:56 +0000 (18:08 -0400)
darcs-hash:20080709220856-84dde-f3fc0fa4c5c37c66cf4d27b2d9e8f50d696e94ce.gz

theme/default/display.css
theme/stoica/display.css

index 438ca2c32ec1315cfdf5345f5acc74cc2eda20eb..5ba7edc25ee9d99b8af3f79b50a54c79234286ee 100644 (file)
@@ -569,6 +569,19 @@ input#openid_url {
 
 /* for people lists */
 
+#profiles {
+       clear: both;
+       margin: 0 auto;
+       padding: 0;
+       list-style-type: none;
+       width: 540px;
+       border-top: 1px solid #dec5b5;
+       /*border: 1px solid #F00;*/
+       }
+#profiles a:hover {
+       text-decoration: underline;
+       }       
+
 .profile_single {
        clear: both;
        display: block;
index 227b5cfd734457240a54b7523c430a1b1a0d4d70..dd9ebee91fe66ed522ce931e8a2be24f499072b2 100644 (file)
@@ -596,6 +596,19 @@ input#openid_url {
 
 /* People lists (search results, maybe subscribers) */
 
+#profiles {
+       clear: both;
+       margin: 0 auto;
+       padding: 0;
+       list-style-type: none;
+       width: 540px;
+       border-top: 1px solid #D8E2D7;
+       /*border: 1px solid #F00;*/
+       }
+#profiles a:hover {
+       text-decoration: underline;
+       }
+       
 .profile_single {
        clear: both;
        display: block;