1
0

Merge branch 'master' of github.com:gallery/gallery3-contrib

This commit is contained in:
Bharat Mediratta 2011-05-31 20:28:58 -07:00
commit 246cf60db7
3 changed files with 13 additions and 9 deletions

View File

@ -1,7 +1,7 @@
name = "bit.ly"
description = "Shorten and track Gallery URLs with bit.ly (http://bit.ly). You'll need a bit.ly API key."
version = 1
author_name = ""
author_url = ""
author_name = "Chad Kieffer"
author_url = "http://2tbsp.com/content/bitly-module-gallery-3"
info_url = "http://codex.gallery2.org/Gallery3:Modules:bitly"
discuss_url = "http://gallery.menalto.com/forum_module_bitly"

View File

@ -98,7 +98,16 @@ a:hover,
text-decoration: none;
}
/* Lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul.g-text li,
.g-text ul li {
list-style-type: disc;
margin-left: 1em;
}
/* Forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form {
margin: 0;
}
@ -415,11 +424,6 @@ th {
background-color: #<?= $bgColorContent ?>;
}
ul.enumeration li {
list-style-type: disc;
margin-left: 20px;
}
/*** ******************************************************************
* 3) Page layout containers
*********************************************************************/

View File

@ -1,7 +1,7 @@
name = "Twitter"
description = "Share Gallery albums, photos, and movies on Twitter."
version = 1
author_name = ""
author_url = ""
author_name = "Chad Kieffer"
author_url = "http://2tbsp.com/content/twitter-module-gallery-3"
info_url = "http://codex.gallery2.org/Gallery3:Modules:twitter"
discuss_url = "http://gallery.menalto.com/forum_module_twitter"