Skip to content

Commit

Permalink
cleaner borders
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 31, 2015
1 parent 4d21ed1 commit ebe0fdf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -5,6 +5,7 @@
Mojo::Message.
- Improved Hypnotoad load balancing by calling srand() after starting a new
worker in Mojo::Server::Prefork.
- Improved design of built-in templates.
- Fixed bug in Mojo::IOLoop where the accept limit was applied too broadly.
- Fixed bug in Mojo::Server::Prefork where the TTOU signal would not always
stop a worker.
Expand Down
13 changes: 11 additions & 2 deletions lib/Mojolicious/templates/development.html.ep
Expand Up @@ -49,7 +49,7 @@
td { padding: 0.5em }
.box {
background-color: #fff;
box-shadow: 0px 0px 2px #999;
border: solid #ccb 1px;
overflow: hidden;
padding: 1em;
}
Expand Down Expand Up @@ -86,7 +86,14 @@
padding-top: 1em;
text-align: center;
}
#nothing { padding-top: 60px }
#nothing {
border-bottom: 0;
padding-top: 60px;
}
#showcase {
border-bottom: 0;
border-top: 0;
}
#showcase table { margin-top: 1em }
#showcase td {
padding-top: 0;
Expand All @@ -104,6 +111,7 @@
}
#more .tap, #trace .tap { text-shadow: #ddd 0 1px 0 }
#request {
border-bottom: 0;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin-top: 1em;
Expand All @@ -113,6 +121,7 @@
border-bottom-right-radius: 5px;
padding-top: 70px;
}
#trace { border-top: 0 }
#wrapperlicious {
max-width: 1000px;
margin: 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/templates/perldoc.html.ep
Expand Up @@ -59,9 +59,9 @@
}
#perldoc {
background-color: #fff;
border: solid #ccb 1px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: 0px 0px 2px #999;
margin-left: 5em;
margin-right: 5em;
padding: 3em;
Expand Down

0 comments on commit ebe0fdf

Please sign in to comment.