Sha256: a20ae4c038fb0a71ed54aede183980b2e260636c1504767fe70c35b67f0fc817
Contents?: true
Size: 577 Bytes
Versions: 2
Compression:
Stored size: 577 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.to_html_list %> </div> </boby> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dnote-1.0 | lib/dnote/template/index.html |
dnote-0.9 | lib/dnote/template/index.html |