Fixed lhs. Link well.
[b4.git] / app / assets / stylesheets / link.css.scss
blob6b06c20d77bc844d6e3f20e4e4355f9399afd63b
1 // Place all the styles related to the Link controller here.
2 // They will automatically be included in application.css.
3 // You can use Sass (SCSS) here: http://sass-lang.com/
6 $red: #012f50;
8 #lhs {
9         position: fixed;
12 #rhs {
15 #links {
16         list-style-type: none;
19 #links li {
20         padding: 5px;
21         border-bottom: 1px solid #ccc;
24 .bookmark a {
25         font-size: 16px;
26         text-decoration: none;
29 .bookmark a.tagged {
30         font-size: 11px;
31         color: $red;
34 .bookmark {
35         margin-top: 6px;
38 .bookmark_tags {
39         margin-top: 2px;