Skip to content

Commit

Permalink
Use .well to make the actual demo more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Jun 26, 2012
1 parent b5c4e8d commit 1637f21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2012-06-26-autocomplete.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
This demo goes to the default Apache Stanbol backend.
</p>
<div class="example">
<form class="form-search">
<form class="form-search well">
<label for="search">Search:</label>
<input id="search" class="input-medium search-query" size="60" />
</form>
Expand Down
5 changes: 5 additions & 0 deletions style/vie-2012.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ div.abstract .download .btn {
margin: 1em;
}

.well {
background-color: #2e3436;
min-height: 6em;
}

p, blockquote {
line-height: 1.6em;
font-size: larger;
Expand Down

0 comments on commit 1637f21

Please sign in to comment.