Changeset 119 in bookmarks for trunk/lib/Bookmarks/bookmark.tt


Ignore:
Timestamp:
02/22/16 17:30:47 (8 years ago)
Author:
peter
Message:

#15: Use Plack::Middleware::Static to serve static assets.

Moved the CSS and Javascript for creating the popup window into external static assets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Bookmarks/bookmark.tt

    r95 r119  
    22  <head> 
    33    <title>Bookmark: [% bookmark.title or bookmark.uri %]</title> 
    4     <style type="text/css"> 
    5 body, th, td { 
    6     font-size: .875em; 
    7 } 
    8 h1 { 
    9   font-size: 1.25em; 
    10 } 
    11 li { 
    12     margin-bottom: .5em; 
    13 } 
    14 th { 
    15     text-align: right; 
    16     font-weight: normal; 
    17 } 
    18     </style> 
     4    <link rel="stylesheet" type="text/css" href="assets/bookmark.css"/> 
    195  </head> 
    206  <body> 
Note: See TracChangeset for help on using the changeset viewer.