Sha256: cc1d7daae61164592be851034aa68c3b8995fdf8873b6cef8cb000216956ebf8
Contents?: true
Size: 567 Bytes
Versions: 1
Compression:
Stored size: 567 Bytes
Contents
<html> <head> <title><%= title %></title> <style> body { margin: 0; padding: 0; } .main { width: 800px; margin: 0 auto; border: 1px solid #ccc; padding: 0 20px 20px 20px; } h1 { margin: 25px 0; } h2,h3,h4 { margin: 5px 0; padding: 0; color: 880044; } h3 { color: 004488; } h4 { color: 888844; } ul { margin: 0; padding: 0; text-align: left; } li { margin: 0; padding: 0; text-align: left; } </style> </head> <body> <div class="main"> <h1><%= title %></h1> <%= notes_html %> </div> </boby> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dnote-0.8 | lib/dnote/template/index.html |