Sha256: df7526fb1c7362ea3509c6b7cab4c01020d13e03db4b9c57d964094cf426922d
Contents?: true
Size: 1.48 KB
Versions: 1
Compression:
Stored size: 1.48 KB
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title><%= @title %></title> <!-- Le styles --> <link href="/css/bootstrap.css" rel="stylesheet"> <style type="text/css"> body { padding-top: 20px; padding-bottom: 40px; } .container-narrow { margin: 0 auto; max-width: 700px; font-size: 1.25em; line-height: 180%; padding-top: 30px; } .container-narrow h1 { border-bottom: 1px solid #CCC; padding-bottom: 10px; } .cover { margin-bottom: 3em; } .cover .title { font-family: 'Droid Sans', helvetica, arial, sans-serif; border-bottom: 1px solid #CCC; padding-bottom: 10px; font-size: 2em; } .cover .subtitle { font-family: 'Droid Sans', helvetica, arial, sans-serif; font-size: 1.5em; } .cover .author { font-family: 'Droid Sans', helvetica, arial, sans-serif; font-size: 1.5em; } </style> <style type="text/css"> <%= Rouge::Themes::Github.render %> </style> </head> <body> <div class="container-narrow"> <div class="masthead"> <ul class="nav nav-pills pull-right"> <li><a href="/">Index</a></li> <li><a href="/<%= @page_name %>.pdf">PDF</a></li> <li><a href="/<%= @page_name %>.md">MD</a></li> </ul> </div> <%= yield %> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
page_viewer-0.0.5 | lib/views/layout.erb |