Sha256: 087290eef824bc1633672d3720e156763d02a8f4b11e64d45f854bf5c02b813f
Contents?: true
Size: 1.47 KB
Versions: 1
Compression:
Stored size: 1.47 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"> <%= Pygments.css %> </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.1 | lib/views/layout.erb |