[prev in list] [next in list] [prev in thread] [next in thread] 

List:       graphicsmagick-commit
Subject:    [GM-commit] GraphicsMagick: HTML style sheet tweaks.
From:       GraphicsMagick Commits <graphicsmagick-commit () lists ! sourceforge ! net>
Date:       2013-05-11 19:56:24
Message-ID: hg.9099048df6c4.1368302184.-1602079902 () blade ! simplesystems ! org
[Download RAW message or body]

changeset 9099048df6c4 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=9099048df6c4
summary: HTML style sheet tweaks.

diffstat:

 scripts/html_fragments.py |    4 +-
 utilities/gm.1            |    2 +-
 www/docutils-articles.css |    1 +
 www/magick.css            |  176 ----------------------------------------------
 4 files changed, 4 insertions(+), 179 deletions(-)

diffs (214 lines):

diff -r fb3c68c61b7b -r 9099048df6c4 scripts/html_fragments.py
--- a/scripts/html_fragments.py	Sun Apr 28 18:06:52 2013 -0500
+++ b/scripts/html_fragments.py	Sat May 11 14:56:20 2013 -0500
@@ -9,8 +9,8 @@
 """
 
 
-url_mailinglist = "http://sourceforge.net/mail/?group_id=73485"
-url_sourceforge = "https://sourceforge.net/tracker/?group_id=73485"
+url_mailinglist = "https://sourceforge.net/p/graphicsmagick/mailman/?source=navbar"
+url_sourceforge = "https://sourceforge.net/projects/graphicsmagick/"
 
 banner_logo = 'images/gm-107x76.png' # relative to top directory
 
diff -r fb3c68c61b7b -r 9099048df6c4 utilities/gm.1
--- a/utilities/gm.1	Sun Apr 28 18:06:52 2013 -0500
+++ b/utilities/gm.1	Sat May 11 14:56:20 2013 -0500
@@ -1,4 +1,4 @@
-.TH gm 1 "2013/03/03" "GraphicsMagick"
+.TH gm 1 "2013/05/11" "GraphicsMagick"
 .TP
 .in 15
 .in 15
diff -r fb3c68c61b7b -r 9099048df6c4 www/docutils-articles.css
--- a/www/docutils-articles.css	Sun Apr 28 18:06:52 2013 -0500
+++ b/www/docutils-articles.css	Sat May 11 14:56:20 2013 -0500
@@ -505,6 +505,7 @@
 	border-style : solid;
 	line-height : 13pt;
 	background-color : #E8F8F0;
+        overflow:auto; /* auto scroll */
 }
 
 span.classifier {
diff -r fb3c68c61b7b -r 9099048df6c4 www/magick.css
--- a/www/magick.css	Sun Apr 28 18:06:52 2013 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,176 +0,0 @@
-/* magick.css -- standard style sheet */
-body, p, td, th, ul, ol  {
-	font-family : sans-serif;
-	font-size : medium;
-}
-
-body {
-	color : #000000;
-	padding-bottom : 20px;
-	margin : 0;
-	background-color : #FFFFFF;
-	text-align : left;
-}
-
-
-h1  {
-	font-size : 120%;
-}
-
-h2  {
-	font-size : 110%;
-}
-
-h3, h4  {
-	font-size : 105%;
-}
-
-a:link  {
-	text-decoration : underline;
-	color : #007F39;
-}
-
-a:visited  {
-	text-decoration : underline;
-	color : #00602B;
-}
-
-a:hover  {
-	color : #007F39;
-}
-
-.small  {
-	font-size : smaller;
-}
-
-.tiny  {
-	font-size : smaller;
-}
-
-div.banner {
-	padding : 2ex 0 1ex 5em;
-	overflow : hidden;
-	margin : 0;
-	background-color : #DFFFED;
-	border-bottom : 1px solid #3A4840;
-	border-top : 1px solid #3A4840;
-}
-
-div.banner img {
-	vertical-align : middle;
-	margin-left: 0em;
-}
-
-div.banner form {
-	margin-left: 2em;
-	text-align : center;
-	display : inline;
-}
-
-div.banner .title {
-	color : #3A604B;
-	font-size : 2.2em;
-	font-weight : bold;
-}
-
-div.banner .subtitle {
-	color : #023100;
-	font-size : 1em;
-	font-weight : normal;
-	margin-left : 1em;
-}
-
-div.navmenu {
-	font-size : 90%;
-	background-color : #3A604B;
-	border-bottom : 1px solid #75867D;
-	padding : 0;
-	margin : 0;
-	text-align : center;
-}
-
-div.navmenu ul {
-	padding : 5px;
-	margin : 0;
-}
-
-div.navmenu ul li {
-	padding : 0 .5em 0 .5em;
-	list-style-type : none;
-	margin : 0 0 0 4px;
-	display : inline;
-	text-align : center;
-}
-
-div.navmenu ul li a {
-	color : #FFFFFF;
-	text-decoration : none;
-}
-
-div.navmenu ul li a:hover {
-	border-bottom : 1px solid #FFFFFF;
-}
-
-div.main {
-	height : auto;
-	padding : 1em;
-	width : auto;
-	background : #FFFFFF;
-	max-width : 960px;
-	margin : 2ex 2em 1ex 3em;
-	text-align : left;
-	line-height: 140%;
-}
-
-div.main h1.title {
-	font-size : 140%;
-	text-align: center;
-	padding : 0;
-	padding-bottom : .4ex;
-	font-weight : bold;
-	margin : 0 0 0.5em 0;
-}
-
-div.main hr.end {
-	color : #808080;
-	width : 50%;
-	height : 1px;
-}
-
-hr.divider {
-	color : #A0A0A0;
-	border : none;
-	clear : both;
-	height : 3px;
-	width : 62%;
-	background-color : #A0A0A0;
-}
-
-div.footer {
-	color : #606060;
-	clear : both;
-	width : 100%;
-	background : #FFFFFF;
-	max-width : 960px;
-	padding-top : 1ex;
-	font-family : sans-serif;
-}
-
-div.footer p {
-	font-size : 9pt;
-	margin : .5ex 0 0 0;
-	text-align : left;
-}
-
-div.footer a {
-	color : #000000;
-	font-size : 9pt;
-	margin : 0 .5em 0 .5em;
-	text-decoration : none;
-}
-
-div.footer a:hover {
-	text-decoration : underline;
-}
-
-

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Graphicsmagick-commit mailing list
Graphicsmagick-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/graphicsmagick-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic