Mercurial > mozilla-the-big-picture
changeset 18:6ceda2358036
added header to cropper, changed title
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sat, 28 Nov 2009 10:16:25 -0500 |
parents | d0d25359ec9a |
children | c015fca1d96f |
files | cropper.css cropper.html |
diffstat | 2 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cropper.css Sat Nov 28 10:12:36 2009 -0500 +++ b/cropper.css Sat Nov 28 10:16:25 2009 -0500 @@ -1,5 +1,13 @@ +body { + font-family: helvetica, sans-serif; +} + +h1 { + font-size: 18pt; + padding: 4pt; +} + .header { - font-family: helvetica, sans-serif; font-size: 10pt; }
--- a/cropper.html Sat Nov 28 10:12:36 2009 -0500 +++ b/cropper.html Sat Nov 28 10:16:25 2009 -0500 @@ -3,9 +3,10 @@ <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" media="all" href="cropper.css" /> - <title>Picture Cropper</title> + <title>Cropper</title> </head> <body> +<h1>image cropper</h1> <form id="form"> <div class="header">url</div> <input id="url" name="cropper-url" type="text"/>