diff options
-rw-r--r-- | dox/im.dox | 2 | ||||
-rw-r--r-- | html/en/home.html | 7 | ||||
-rw-r--r-- | html/style.css | 5 |
3 files changed, 12 insertions, 2 deletions
@@ -602,7 +602,7 @@ INPUT_ENCODING = UTF-8 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 FILE_PATTERNS = *.h \ - iup.c + im_lib.c # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. diff --git a/html/en/home.html b/html/en/home.html index c1eb59a..32f1247 100644 --- a/html/en/home.html +++ b/html/en/home.html @@ -5,6 +5,11 @@ <meta http-equiv="Content-Language" content="en-us"> <title>Home</title> <link rel="stylesheet" type="text/css" href="../style.css"> +<style type="text/css"> +.style1 { + text-align: left; +} +</style> </head> <body bgcolor="#FFFFFF"> @@ -18,7 +23,7 @@ <p>The most popular file formats are supported: TIFF, BMP, PNG, JPEG, GIF and AVI. Image representation includes scientific data types. About a hundred Image Processing operations are available.</p> <p>This work was developed at Tecgraf/PUC-Rio by means of the partnership with PETROBRAS/CENPES.</p> - <h2>Project Management:</h2> + <h2 class="style1">Project Management:</h2> <p class="info">Antonio Escaņo Scuri</p> <p style="margin-left:0">Tecgraf - Computer Graphics Technology Group, PUC-Rio, Brazil <br> <a href="http://www.tecgraf.puc-rio.br/im">http://www.tecgraf.puc-rio.br/im</a> </p> diff --git a/html/style.css b/html/style.css index 99d597b..e7cec0e 100644 --- a/html/style.css +++ b/html/style.css @@ -17,6 +17,11 @@ background-color: #E1E1E1; border: 1px solid #808080; color: #5C5C5C; + border-radius: .3em; + -webkit-border-radius: .3em; + -moz-border-radius: .3em; + -webkit-box-shadow: 2px 2px 3px #999; + -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px; } pre { background-color: #CEE7FF; |