diff -c mandigo-1.7/README.txt mandigo-1.7.1/README.txt *** mandigo-1.7/README.txt 2007-01-21 13:37:36.000000000 -0500 --- mandigo-1.7.1/README.txt 2007-01-22 10:04:42.000000000 -0500 *************** *** 80,85 **** --- 80,89 ---- === CHANGELOG ========================================================================== + 1.7.1 + * changed the color of links in the green and teal schemes + * removed some duplicate files + 1.7 + added the teal color scheme + added a .nofloat class to use with images Common subdirectories: mandigo-1.7/extras and mandigo-1.7.1/extras diff -c mandigo-1.7/green.css mandigo-1.7.1/green.css *** mandigo-1.7/green.css 2006-12-19 14:48:51.000000000 -0500 --- mandigo-1.7.1/green.css 2007-01-22 09:46:04.000000000 -0500 *************** *** 1,14 **** #header { background: #44484F url('images/green/head.jpg') bottom center no-repeat; } ! a, h2 a:hover, h3 a:hover, .entry p a:visited { color: #206E01; } .entry p a { border-bottom: 1px dotted #206E01; } .entry p a:hover { border-bottom: 1px solid #206E01; text-decoration: none; } - a:hover { color: #206E01; } #sidebar li { list-style-image: url(images/green/star.gif); } #wp-calendar a { font-weight: bold; } .cal { background: #4CB306 url(images/green/cal_bg.jpg) repeat-x; } .calborder { background: #C1F897; - border: 1px solid #206E01; border: 1px solid #3DB306; } --- 1,13 ---- #header { background: #44484F url('images/green/head.jpg') bottom center no-repeat; } ! a, a:hover, .entry p a:visited { color: #206E01; } ! h2 a:hover, h3 a:hover { color: #3DB306; } .entry p a { border-bottom: 1px dotted #206E01; } .entry p a:hover { border-bottom: 1px solid #206E01; text-decoration: none; } #sidebar li { list-style-image: url(images/green/star.gif); } #wp-calendar a { font-weight: bold; } .cal { background: #4CB306 url(images/green/cal_bg.jpg) repeat-x; } .calborder { background: #C1F897; border: 1px solid #3DB306; } Common subdirectories: mandigo-1.7/images and mandigo-1.7.1/images diff -c mandigo-1.7/style.css mandigo-1.7.1/style.css *** mandigo-1.7/style.css 2007-01-21 13:31:27.000000000 -0500 --- mandigo-1.7.1/style.css 2007-01-22 09:49:31.000000000 -0500 *************** *** 2,8 **** Theme Name: Mandigo Theme URI: http://www.onehertz.com/portfolio/wordpress/ Description: Mandigo is an elegant widget-ready two-column Wordpress theme, available in SEVEN color schemes! ! Version: 1.7 Author: t0mmmmmmm Author URI: http://www.onehertz.com/portfolio/ */ --- 2,8 ---- Theme Name: Mandigo Theme URI: http://www.onehertz.com/portfolio/wordpress/ Description: Mandigo is an elegant widget-ready two-column Wordpress theme, available in SEVEN color schemes! ! Version: 1.7.1 Author: t0mmmmmmm Author URI: http://www.onehertz.com/portfolio/ */ diff -c mandigo-1.7/teal.css mandigo-1.7.1/teal.css *** mandigo-1.7/teal.css 2007-01-21 13:13:33.000000000 -0500 --- mandigo-1.7.1/teal.css 2007-01-22 09:19:58.000000000 -0500 *************** *** 1,6 **** #header { background: #44484F url('images/teal/head.jpg') bottom center no-repeat; } ! a, h2 a:hover, h3 a:hover, .entry p a:visited { color: #00BA9D; } ! a:hover { color: #007062; } #sidebar li { list-style-image: url(images/teal/star.gif); } .cal { background: #00BA9D url(images/teal/cal_bg.jpg) repeat-x; } --- 1,9 ---- #header { background: #44484F url('images/teal/head.jpg') bottom center no-repeat; } ! a, a:hover, .entry p a:visited { color: #007062; } ! h2 a:hover, h3 a:hover { color: #00BA9D; } ! .entry p a { border-bottom: 1px dotted #206E01; } ! .entry p a:hover { border-bottom: 1px solid #206E01; text-decoration: none; } ! #wp-calendar a { font-weight: bold; } #sidebar li { list-style-image: url(images/teal/star.gif); } .cal { background: #00BA9D url(images/teal/cal_bg.jpg) repeat-x; }