]> git.saurik.com Git - wxWidgets.git/commitdiff
added the logos for our main ports
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 3 Mar 2008 22:58:15 +0000 (22:58 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 3 Mar 2008 22:58:15 +0000 (22:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/images/gtk_logo.png [new file with mode: 0644]
docs/doxygen/images/osxleopard_logo.png [new file with mode: 0644]
docs/doxygen/images/win_logo.png [new file with mode: 0644]
docs/doxygen/images/x11_logo.png [new file with mode: 0644]
docs/doxygen/regen.bat
docs/doxygen/regen.sh
docs/doxygen/wxwidgets.css

diff --git a/docs/doxygen/images/gtk_logo.png b/docs/doxygen/images/gtk_logo.png
new file mode 100644 (file)
index 0000000..222a00e
Binary files /dev/null and b/docs/doxygen/images/gtk_logo.png differ
diff --git a/docs/doxygen/images/osxleopard_logo.png b/docs/doxygen/images/osxleopard_logo.png
new file mode 100644 (file)
index 0000000..92000c4
Binary files /dev/null and b/docs/doxygen/images/osxleopard_logo.png differ
diff --git a/docs/doxygen/images/win_logo.png b/docs/doxygen/images/win_logo.png
new file mode 100644 (file)
index 0000000..d15389a
Binary files /dev/null and b/docs/doxygen/images/win_logo.png differ
diff --git a/docs/doxygen/images/x11_logo.png b/docs/doxygen/images/x11_logo.png
new file mode 100644 (file)
index 0000000..dc86d74
Binary files /dev/null and b/docs/doxygen/images/x11_logo.png differ
index 7e4b481e711c71535b6aa2ba5cb2d7b0359676a8..43e6670073a9505a11176b3859d638b6b05d2217 100644 (file)
@@ -10,6 +10,7 @@ mkdir out\html
 REM this image is not automatically copied by Doxygen because it's not\r
 REM used in doxygen documentation but only in our html footer...\r
 copy images\powered-by-wxwidgets.png out\html\r
 REM this image is not automatically copied by Doxygen because it's not\r
 REM used in doxygen documentation but only in our html footer...\r
 copy images\powered-by-wxwidgets.png out\html\r
+copy images\*logo.png out\html\r
 \r
 REM this CSS is automatically copied by Doxygen because it's\r
 REM included by our custom html header...\r
 \r
 REM this CSS is automatically copied by Doxygen because it's\r
 REM included by our custom html header...\r
index 9a68595c41eb0182ff5247740eb20f6a825e6dd7..d6c12a73ce805a2689545e3ce56e6e4d029777f6 100755 (executable)
@@ -11,6 +11,7 @@ mkdir -p out/html       # we need to copy files in this folder below
 # this image is not automatically copied by Doxygen because it's not
 # used in doxygen documentation but only in our html footer...
 cp images/powered-by-wxwidgets.png out/html
 # this image is not automatically copied by Doxygen because it's not
 # used in doxygen documentation but only in our html footer...
 cp images/powered-by-wxwidgets.png out/html
+cp images/*logo.png out/html
 
 # this CSS is automatically copied by Doxygen because it's 
 # included by our custom html header...
 
 # this CSS is automatically copied by Doxygen because it's 
 # included by our custom html header...
index 92f8022307af9e5068c969d0e2a02242242f2e43..1b5ad36bd6610bc8e415a1e191d3250589635ec6 100644 (file)
@@ -438,7 +438,8 @@ HR {
  wxWidgets docs specific styles
 */
 
  wxWidgets docs specific styles
 */
 
-table.doctable {
-
+IMG.logo {
+    float: right;
+    margin: 20px;
 }
 
 }