Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
We're using fixed width; may as well center it
  • Loading branch information
raydiak committed Feb 12, 2014
1 parent 2cd2dbb commit d5fc7b6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions html/style.css
@@ -1,3 +1,19 @@
html {
margin: 0;
padding: 0;
background: #F7F7F7;
}

body {
margin: 0 auto;
padding: 2em;
background: #FFFFFF;
}

h1:first-of-type {
margin-top: 0;
}

pre {
background-color: #f4f4f8;
border: 1px solid #ededf2;
Expand Down
2 changes: 1 addition & 1 deletion index_header.html
@@ -1,4 +1,4 @@
<div id="search" class="ui-widget" style="position:absolute; right:1em; top:1em;">
<div id="search" class="ui-widget" style="float:right">
<label for="query" style="font-size:larger; font-weight:bolder;">Search&nbsp;</label>
<input id="query" style="z-index: 100; position: relative" title="Enter Perl 6 document to search for" />
</div>

0 comments on commit d5fc7b6

Please sign in to comment.