Changeset 703903
- Timestamp:
- 04/26/2013 05:21:08 AM (13 years ago)
- Location:
- gamma-gallery/trunk
- Files:
-
- 3 edited
-
css/demo.css (modified) (2 diffs)
-
gammagallery.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gamma-gallery/trunk/css/demo.css
r698232 r703903 2 2 @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700); 3 3 4 html { height: 100%; }5 4 6 5 * { … … 21 20 .clearfix:after { 22 21 clear: both; 23 }24 25 body {26 font-family: 'Lato', Calibri, Arial, sans-serif;27 background: #fff;28 font-weight: 300;29 font-size: 15px;30 color: #333;31 -webkit-font-smoothing: antialiased;32 overflow-y: scroll;33 overflow-x: hidden;34 22 } 35 23 -
gamma-gallery/trunk/gammagallery.php
r702687 r703903 5 5 Description: A responsive wordpress gallery with montage image arrangement. 6 6 Author: ezhil 7 Version: 1. 47 Version: 1.5 8 8 Author URI: http://profiles.wordpress.org/ezhil/ 9 9 License: GPLv2 or later -
gamma-gallery/trunk/readme.txt
r702687 r703903 54 54 = 1.4 = 55 55 * Default wordpress gallery features( from 3.5 ) like random, include/exclude images, rearrange order added 56 57 = 1.5 = 58 * styles which overide existing body, html tag has been removed
Note: See TracChangeset
for help on using the changeset viewer.