Skip to content

Commit 634404a

Browse files
committed
querymobile.com site: fixed style for manufacturers links and hover misalignement
1 parent 64e3b7c commit 634404a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

themes/jquerymobile.com/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ a, .title, .entry-title { color: #108040; }
9999
background-image: none;
100100
}
101101

102+
#try {
103+
margin-top: 10px;
104+
}
102105

103106
#manufacturers {
104107
list-style: none;
@@ -109,6 +112,7 @@ a, .title, .entry-title { color: #108040; }
109112
left: -10px;
110113
}
111114

115+
112116
#manufacturers,
113117
#manufacturers a:hover {
114118
background: url(http://cdn.jquery.net/mobile/wp-content/themes/jquery-mobile/images/manufacturers.png) -11px -5px no-repeat;
@@ -122,6 +126,13 @@ a, .title, .entry-title { color: #108040; }
122126
margin-bottom: 20px;
123127
}
124128

129+
#content div ul li {
130+
background: none;
131+
padding-bottom: 0px;
132+
padding-left: 0px;
133+
padding-top: 0px;
134+
}
135+
125136
.ie6 #manufacturers li,
126137
.ie6 #manufacturers li a {
127138
display: inline;

0 commit comments

Comments
 (0)