public
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
Search Repo:
Fixed CSS underlining on sign in/sign up links
This took > 40 minutes to track down :-(
Michael Hartl (author)
Sun Apr 27 18:57:13 -0700 2008
commit  2df72fcd22e58aaec851b236c269c9422bcf644a
tree    0e0386f86431d95291cf9583bae60420689d69af
parent  714b9bfaa3caf7cbdd007ec0a35ef88b6a6bf931
...
78
79
80
81
82
83
84
85
86
87
88
89
90
...
102
103
104
105
 
 
 
 
 
106
107
108
109
110
111
 
 
112
113
114
 
115
116
117
...
78
79
80
 
 
 
 
 
81
82
83
84
85
...
97
98
99
 
100
101
102
103
104
105
106
107
108
109
 
110
111
112
113
114
115
116
117
118
0
@@ -78,11 +78,6 @@
0
   margin-left: 1.5em;
0
 }
0
 
0
-a:link,a:visited {
0
- color: #069;
0
- font-weight: bold;
0
- text-decoration: none;
0
-}
0
 blockquote {
0
   font-family: Georgia, "Times New Roman", Times, serif;
0
   color: #666666;
0
0
0
@@ -102,16 +97,22 @@
0
   margin: 1em 0;
0
   padding: 1em;
0
 }
0
-
0
+a:link,a:visited {
0
+ color: #069;
0
+ font-weight: bold;
0
+ text-decoration: none;
0
+}
0
 /* Specific elements */
0
 p.welcome {
0
   color: #fff;
0
   font-size: 12px
0
 }
0
-p.welcome a {
0
+
0
+p.welcome a, p.welcome a:visited {
0
   color: #fff;
0
   text-decoration: underline;
0
 }
0
+
0
 #footer p {
0
   font-size: 12px;
0
   text-align: center;

Comments

    No one has commented yet.