[Cmake-commits] [cmake-commits] jjomier committed CMake-2.4.html 1.4 1.5 CMake-2.5.html 1.3 1.4 Documentation.html 1.1 1.2 MailingLists.html 1.1 1.2 RunningCMake.html 1.3 1.4 about.html 1.4 1.5 blank.html 1.4 1.5 copyright.html 1.4 1.5 download.html 1.5 1.6 examples.html 1.3 1.4 index.html 1.7 1.8 install.html 1.4 1.5 news.html 1.5 1.6 participants.html 1.8 1.9 style.css 1.3 1.4 styleIE6.css 1.3 1.4 testing.html 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Mar 9 15:10:28 EDT 2008


Update of /cvsroot/CMake/CMakeWeb/HTML
In directory public:/mounts/ram/cvs-serv26620

Modified Files:
	CMake-2.4.html CMake-2.5.html Documentation.html 
	MailingLists.html RunningCMake.html about.html blank.html 
	copyright.html download.html examples.html index.html 
	install.html news.html participants.html style.css 
	styleIE6.css testing.html 
Log Message:
ENH: Added small logo


Index: download.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/download.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** download.html	8 Mar 2008 00:26:28 -0000	1.5
--- download.html	9 Mar 2008 19:10:26 -0000	1.6
***************
*** 43,46 ****
--- 43,47 ----
        </form>
  </div>
+ <div id="projectLogo"></div>
      <div id="nav">      
        <ul id="MenuBar1" class="MenuBarHorizontal">

Index: participants.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/participants.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** participants.html	7 Mar 2008 15:42:20 -0000	1.8
--- participants.html	9 Mar 2008 19:10:26 -0000	1.9
***************
*** 41,44 ****
--- 41,45 ----
        </form>
  </div>
+ <div id="projectLogo"></div>
      <div id="nav">      
        <ul id="MenuBar1" class="MenuBarHorizontal">

Index: index.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** index.html	7 Mar 2008 15:20:08 -0000	1.7
--- index.html	9 Mar 2008 19:10:26 -0000	1.8
***************
*** 50,53 ****
--- 50,54 ----
        </form>
  </div>
+ <div id="projectLogo"></div>
      <div id="nav">      
        <ul id="MenuBar1" class="MenuBarHorizontal">

Index: RunningCMake.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/RunningCMake.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** RunningCMake.html	7 Mar 2008 14:25:55 -0000	1.3
--- RunningCMake.html	9 Mar 2008 19:10:26 -0000	1.4
***************
*** 41,44 ****
--- 41,45 ----
        </form>
  </div>
+ <div id="projectLogo"></div>
      <div id="nav">      
        <ul id="MenuBar1" class="MenuBarHorizontal">

Index: styleIE6.css
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/styleIE6.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** styleIE6.css	6 Mar 2008 16:13:24 -0000	1.3
--- styleIE6.css	9 Mar 2008 19:10:26 -0000	1.4
***************
*** 69,70 ****
--- 69,76 ----
   cursor: pointer;
  }
+ 
+ #projectLogo{
+  background: transparent;
+  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/CMakeLogoSmall.png', sizingMethod='scale');
+  cursor: pointer;
+ }

Index: news.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/news.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** news.html	7 Mar 2008 14:25:55 -0000	1.5
--- news.html	9 Mar 2008 19:10:26 -0000	1.6
***************
*** 41,44 ****
--- 41,45 ----
        </form>
  </div>
+ <div id="projectLogo"></div>
      <div id="nav">      
        <ul id="MenuBar1" class="MenuBarHorizontal">

Index: CMake-2.4.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/CMake-2.4.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** CMake-2.4.html	8 Mar 2008 00:26:28 -0000	1.4
--- CMake-2.4.html	9 Mar 2008 19:10:26 -0000	1.5
***************
*** 41,44 ****
--- 41,45 ----
        </form>
  </div>
+ <div id="projectLogo"></div>
      <div id="nav">      
        <ul id="MenuBar1" class="MenuBarHorizontal">

Index: install.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/install.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** install.html	7 Mar 2008 14:25:55 -0000	1.4
--- install.html	9 Mar 2008 19:10:26 -0000	1.5
***************
*** 41,44 ****
--- 41,45 ----
        </form>
  </div>
+ <div id="projectLogo"></div>
      <div id="nav">      
        <ul id="MenuBar1" class="MenuBarHorizontal">

Index: testing.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/testing.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** testing.html	7 Mar 2008 14:25:55 -0000	1.4
--- testing.html	9 Mar 2008 19:10:26 -0000	1.5
***************
*** 41,44 ****
--- 41,45 ----
        </form>
  </div>
+ <div id="projectLogo"></div>
      <div id="nav">      
        <ul id="MenuBar1" class="MenuBarHorizontal">

Index: CMake-2.5.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/CMake-2.5.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** CMake-2.5.html	7 Mar 2008 14:25:55 -0000	1.3
--- CMake-2.5.html	9 Mar 2008 19:10:26 -0000	1.4
***************
*** 41,44 ****
--- 41,45 ----
        </form>
  </div>
+ <div id="projectLogo"></div>
      <div id="nav">      
        <ul id="MenuBar1" class="MenuBarHorizontal">

Index: style.css
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** style.css	6 Mar 2008 16:13:24 -0000	1.3
--- style.css	9 Mar 2008 19:10:26 -0000	1.4
***************
*** 82,83 ****
--- 82,95 ----
    background: url(img/cmake_2.png) no-repeat left top;
  }
+ 
+ #projectLogo{
+   display: block;
+   height: 50px;
+   width: 50px;
+ 	background: url(img/CMakeLogoSmall.png) no-repeat left top;
+   position: relative;
+   top: 50px;
+   float: left;
+   left: 550px; 
+   text-align: right
+ }

Index: about.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/about.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** about.html	7 Mar 2008 14:25:55 -0000	1.4
--- about.html	9 Mar 2008 19:10:26 -0000	1.5
***************
*** 41,44 ****
--- 41,45 ----
        </form>
  </div>
+ <div id="projectLogo"></div>
      <div id="nav">      
        <ul id="MenuBar1" class="MenuBarHorizontal">

Index: Documentation.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/Documentation.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** Documentation.html	7 Mar 2008 14:25:55 -0000	1.1
--- Documentation.html	9 Mar 2008 19:10:26 -0000	1.2
***************
*** 43,46 ****
--- 43,47 ----
        </form>
  </div>
+ <div id="projectLogo"></div>
      <div id="nav">      
        <ul id="MenuBar1" class="MenuBarHorizontal">

Index: copyright.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/copyright.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** copyright.html	7 Mar 2008 14:25:55 -0000	1.4
--- copyright.html	9 Mar 2008 19:10:26 -0000	1.5
***************
*** 41,44 ****
--- 41,45 ----
        </form>
  </div>
+ <div id="projectLogo"></div>
      <div id="nav">      
        <ul id="MenuBar1" class="MenuBarHorizontal">

Index: examples.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/examples.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** examples.html	7 Mar 2008 14:25:55 -0000	1.3
--- examples.html	9 Mar 2008 19:10:26 -0000	1.4
***************
*** 43,46 ****
--- 43,47 ----
        </form>
  </div>
+ <div id="projectLogo"></div>
      <div id="nav">      
        <ul id="MenuBar1" class="MenuBarHorizontal">

Index: MailingLists.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/MailingLists.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** MailingLists.html	7 Mar 2008 14:25:55 -0000	1.1
--- MailingLists.html	9 Mar 2008 19:10:26 -0000	1.2
***************
*** 41,44 ****
--- 41,45 ----
        </form>
  </div>
+ <div id="projectLogo"></div>
      <div id="nav">      
        <ul id="MenuBar1" class="MenuBarHorizontal">

Index: blank.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/blank.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** blank.html	8 Mar 2008 00:26:28 -0000	1.4
--- blank.html	9 Mar 2008 19:10:26 -0000	1.5
***************
*** 41,44 ****
--- 41,45 ----
        </form>
  </div>
+ <div id="projectLogo"></div>
      <div id="nav">      
        <ul id="MenuBar1" class="MenuBarHorizontal">



More information about the Cmake-commits mailing list