public
Description: The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
Homepage: http://chyrp.net/
Clone URL: git://github.com/vito/chyrp.git
Click here to lend your support to: chyrp and make a donation at www.pledgie.com !
Added the black border to videos a-la the Photo feather.
vito (author)
Thu Jul 24 07:41:59 -0700 2008
commit  55677430beca14f679c29f24ecf649d0098783b8
tree    ffd2e0c7fae16f3e3d2c4d07b6a33c546dac8ee1
parent  5d0346555f81f526a535c3c70f8ca4553502aa3c
...
521
522
523
524
 
 
525
526
527
...
535
536
537
538
539
540
541
542
543
544
545
...
521
522
523
 
524
525
526
527
528
...
536
537
538
 
 
 
 
 
539
540
541
0
@@ -521,7 +521,8 @@ div.post.chat li .label {
0
 div.post.chat li.me .label {
0
   color: #AB2F26;
0
 }
0
-div.post.photo img {
0
+div.post.photo img,
0
+div.post.video object {
0
   background-color: #111;
0
   padding: .3em;
0
 }
0
@@ -535,11 +536,6 @@ div.post.video p {
0
   color: #444;
0
   margin: .4em 0;
0
 }
0
-div.post.video .object-youtube,
0
-div.post.video .embed-youtube {
0
-  width: 440px;
0
-  height: 366px;
0
-}
0
 
0
 div.page h1 {
0
   margin-bottom: .5em;

Comments