From c1e08277ef0a3afe37643cacf0b142d4214e456d Mon Sep 17 00:00:00 2001 From: Yorhel Date: Thu, 13 Dec 2012 16:29:52 +0100 Subject: [PATCH] Some cute scissors --- img/scissors.png | Bin 0 -> 598 bytes index.cgi | 3 ++- style.css | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 img/scissors.png diff --git a/img/scissors.png b/img/scissors.png new file mode 100644 index 0000000000000000000000000000000000000000..69bb4450a44ccf7152ce93012d9e5b1a1f599cc4 GIT binary patch literal 598 zcmV-c0;&CpP)fAX(VhvQiUeVQgf?Y*?_6C5>U>B@w1(Qe2BU&&-|Q+-LeZb-VYT`#s-# z-tLuBl2U>d7^(NAfnE$R(q)I|FoXVO2!`<$y|u2(g6u{&PHC1F1_BF<2tLMqzGPWd z)gbo7_IruoP0T}8RqbrJ9sc6oyf%w(6H<&DZLwFFinH-z5(D@&KtHf1(;vvl%T);A z*$mjq^tVFy8w1M`ti^PICknc;C8aIY`ex?E=15+>Khp`p-pt?%#$!E$o=ylVybYso zQMQCTrS8o8pe}2QFrYsO;dY@nmU<9gY`~u^l%MGC$b%q#AFh71a!|jEF}yU_fqg}61HmOcz$&Z`lGFb~@EH5E{RxaV62vY0FoYg+-&S`< zumhj59=mW1>*CBHKHxPb@C&nT9&NPH&iC;sF4+RtaWw;<#7yCpCLGOlBN&BAY;7}` zF63nrRa>`?ci~gGhWXF)RiWZjk)vAr!ZR0eHyF3!ISv;**dBR0Ztiz}h|91N*YG8j kt#;## |; end; + img id => 'scissors', src => '/img/scissors.png', alt => 'Cute decorative scissors, cutting through your code.'; end 'div'; div id => 'main'; h1 class => 'title', $o{title}; diff --git a/style.css b/style.css index 420dd8a..65739ee 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ html,body { background: #ccc; text-align: center; height: 100% } #body { text-align: left; width: 800px; margin: 0 auto; background: #fff; border-left: 1px solid #aaa; border-right: 1px solid #aaa; min-height: 100% } #uglyhack { height: 30px } #main, #left { float: left; border-top: 0px dashed #aaa, margin-top: 50px } -#left { width: 110px; border-right: 1px dashed #aaa; padding: 20px 10px; margin-bottom: 30px } +#left { width: 110px; border-right: 1px dashed #aaa; padding: 20px 10px } #main { width: 629px; padding: 12px 20px 30px 20px } #footer { clear: left; width: 150px; margin: 0 0 0 324px; border-top: 1px dashed #aaa; height: 20px; text-align: center } #footer p { position: relative; top: -10px; padding: 0; background: #fff; display: inline; color: #aaa } @@ -20,6 +20,7 @@ html,body { background: #ccc; text-align: center; height: 100% } #left .notes { margin-top: 50px; text-align: center } #left .notes, #left .notes a { font-size: 9px; text-decoration: none } #left .notes a:hover { text-decoration: underline } +#scissors { position: relative; top: 30px; left: 113px; } img.right { float: right; margin: 0 0 5px 10px } .indexgroup { margin: 30px 10px 0px 20px } .indexgroup li { list-style-type: none; margin-left: 0px }