Files
@ 75f3e26f1f32
Branch filter:
Location: django-shaker/djangoshaker/static/mobile/style.css - annotation
75f3e26f1f32
352 B
text/css
Initial import from the old repository. Includes sample test project.
75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 75f3e26f1f32 | .listing {
list-style: none;
}
.listing li.item {
border-bottom: 2px dotted;
}
.listing li:last-child {
border-bottom: none;
}
.listing_link {
text-decoration: none;
overflow: hidden;
font-size: 1.2em;
}
.menu_link {
text-decoration: none;
text-align: center;
border-bottom: 2px dotted;
font-size: 1.2em;
}
|