diff options
| author | xue <> | 2007-04-08 21:33:23 +0000 | 
|---|---|---|
| committer | xue <> | 2007-04-08 21:33:23 +0000 | 
| commit | ff32eed01f783ee33caeacb0f7315612f0994f8f (patch) | |
| tree | 7b42ed14181d56632160f88f8063b54b17f176af /demos/blog-tutorial/themes | |
| parent | 773bf1d0299246d936dcad2ac2ca01bca9d64ca4 (diff) | |
Added Day 2 tutorial.
Diffstat (limited to 'demos/blog-tutorial/themes')
| -rw-r--r-- | demos/blog-tutorial/themes/PradoSoft/style.css | 14 | 
1 files changed, 12 insertions, 2 deletions
diff --git a/demos/blog-tutorial/themes/PradoSoft/style.css b/demos/blog-tutorial/themes/PradoSoft/style.css index ddfc7622..c9391df5 100644 --- a/demos/blog-tutorial/themes/PradoSoft/style.css +++ b/demos/blog-tutorial/themes/PradoSoft/style.css @@ -21,14 +21,14 @@ h1, h2, h3, h4  	margin-bottom: 0;
  }
 -h1, h2
 +h1
  {
  	padding-bottom: 3px;
  	border-bottom: 1px solid #ccc;
  }
  h1 {
 -	font-size:13pt;
 +	font-size:14pt;
  }
  h2 {
 @@ -657,4 +657,14 @@ div.last-modified  {
  	border-left: 1px solid #ccc;
  	border-right: 1px solid #ccc;
 +}
 +
 +img.output
 +{
 +	padding: 0.5em;
 +	border-style:solid;
 +	border-width:1px;
 +	border-color:#eeeeee;
 +	background-color:#ffffee;
 +	margin: 0.2em;
  }
\ No newline at end of file  | 
