diff options
author | rekado <rekado@elephly.net> | 2013-01-24 17:22:15 +0800 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2013-01-24 17:22:15 +0800 |
commit | 9a482dcfc2a016aafbab14a084d4270d94369729 (patch) | |
tree | a026ce644c45e92c3c2302e8c2ab22c97dfbe525 | |
parent | 6730dc9944fdf0eff9d933f94a215963205be6f4 (diff) |
replace license tag with div.license
-rw-r--r-- | css/screen.css | 2 | ||||
-rw-r--r-- | templates/license.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/css/screen.css b/css/screen.css index b5ca818..766d30f 100644 --- a/css/screen.css +++ b/css/screen.css @@ -162,7 +162,7 @@ div#page { color: #666; clear: both; display: block; } - div#page div.fineprint license { + div#page div.fineprint div.license { display: block; clear: both; } div#page div.fineprint img { diff --git a/templates/license.html b/templates/license.html index 06adc25..0f0cfb9 100644 --- a/templates/license.html +++ b/templates/license.html @@ -1,8 +1,8 @@ <div class="fineprint"> - <license> + <div class="license"> <a rel='license' href='http://creativecommons.org/licenses/by-sa/3.0/'> <img alt='Creative Commons License' style='border-width:0' src='http://i.creativecommons.org/l/by-sa/3.0/80x15.png'/> </a> <span xmlns:dct='http://purl.org/dc/terms/' href='http://purl.org/dc/dcmitype/StillImage' property='dct:title' rel='dct:type'>$title$</span> by <a xmlns:cc='http://creativecommons.org/ns#' href='http://elephly.net' property='cc:attributionName' rel='cc:attributionURL'>Rekado</a> is licensed under a <a rel='license' href='http://creativecommons.org/licenses/by-sa/3.0/'>Creative Commons Attribution-ShareAlike 3.0 Unported License</a>. - </license> + </div> </div> |