+ /* XXX: small differences due to font bugs */
+ padding: 12px 14px 10px 14px;
+}
+
+/*fieldset > a:not([type="ad"]):last-child,
+fieldset > div:last-child {
+ padding-bottom: 10px;
+}*/
+
+fieldset > a[type="ad"] {
+ /* XXX: small differences due to font bugs */
+ padding: 4px 4px 2px 5px;
+}
+
+panel > fieldset > a[type="ad"]:first-child > div:first-of-type,
+panel > fieldset > a[type="comment"]:first-child > div:first-of-type,
+panel > fieldset > a[type="profile"]:first-child > div:first-of-type,
+panel > fieldset > a[type="thumb"]:first-child > div:first-of-type {
+ -webkit-border-top-left-radius: 9px;
+}
+
+panel > fieldset > a[type="ad"]:last-child > div:first-of-type,
+panel > fieldset > a[type="comment"]:last-child > div:first-of-type,
+panel > fieldset > a[type="profile"]:last-child > div:first-of-type,
+panel > fieldset > a[type="thumb"]:last-child > div:first-of-type {
+ -webkit-border-bottom-left-radius: 9px;
+}
+
+fieldset > a[type="ad"] > div:first-of-type {
+ border: 1px solid #999999;
+}
+
+list > fieldset > a[type="comment"] > div:first-of-type,
+list > fieldset > a[type="profile"] > div:first-of-type,
+list > fieldset > a[type="thumb"] > div:first-of-type {
+ border: 1px solid #e0e0e0;
+}
+
+panel > fieldset > a[type="comment"] > div:first-of-type {
+ border: 1px solid #999999;
+ border-bottom-style: dashed;
+}
+
+panel > fieldset > a[type="profile"] > div:first-of-type,
+panel > fieldset:not(.header) > a[type="thumb"] > div:first-of-type {
+ border: 1px solid #999999;
+}
+
+div[tile] {
+ float: right;
+ height: 30px;
+ width: 30px;
+}
+
+div[tile="app"] { background-image: url(http://cache.saurik.com/cydia/tile/app.png); }
+div[tile="call"] { background-image: url(http://cache.saurik.com/cydia/tile/call.png); }
+div[tile="map"] { background-image: url(http://cache.saurik.com/cydia/tile/map.png); }
+div[tile="media"] { background-image: url(http://cache.saurik.com/cydia/tile/media.png); }
+div[tile="music"] { background-image: url(http://cache.saurik.com/cydia/tile/video.png); }
+div[tile="site"] { background-image: url(http://cache.saurik.com/cydia/tile/site.png); }
+
+fieldset > a[type="ad"] > div:first-of-type {
+ background-repeat: no-repeat;
+ background-position: center center;
+ border-right: none;
+ display: inline-block;
+ height: 40px;
+ line-height: 38px;
+ /* XXX: small differences due to font bugs */
+ /* XXX: 1px difference due to border stupidity */
+ margin: -5px 5px -3px -6px;
+ width: 40px;
+}
+
+panel > fieldset > a[type="comment"] {
+ border-bottom-style: dashed;
+}
+
+fieldset > a[type="comment"] > div:first-of-type {
+ -webkit-background-size: 44px;
+ height: 44px;
+ width: 44px;