Mercurial > public > sg101
comparison static/css/base.css @ 415:d4d167876c25
Fixing #205; search result pagination wasn't including models. Created a custom model search form so that the query term and model selections would persist across pages.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 10 Apr 2011 00:32:14 +0000 |
parents | f469261d617b |
children | 6309814cd6f7 |
comparison
equal
deleted
inserted
replaced
414:b1f939b1fb01 | 415:d4d167876c25 |
---|---|
431 background-color: #EDF7F6; | 431 background-color: #EDF7F6; |
432 } | 432 } |
433 div.news-story-container { | 433 div.news-story-container { |
434 padding: 0.5em; | 434 padding: 0.5em; |
435 } | 435 } |
436 | |
437 ul.no-bullet-inline-block { | |
438 list-style: none; | |
439 } | |
440 ul.no-bullet-inline-block li { | |
441 display: inline-block; | |
442 } |