[demos/search][s]: minor refactoring of facets in sidebar and styling.

This commit is contained in:
Rufus Pollock
2012-10-04 07:26:57 +01:00
parent cc9389a689
commit 15b53b4703
2 changed files with 24 additions and 8 deletions

View File

@@ -57,12 +57,21 @@ root: ../../
}
.results {
margin-right: 300px;
margin-right: 290px;
border-right: #eee 1px solid;
padding-right: 20px;
}
.sidebar {
width: 250px;
height: 100%;
width: 270px;
float: right;
padding-left: 10px;
}
ul.facet-items {
list-style-type: none;
margin-left: 0;
}
</style>