mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Add logo, tweak the page
[SVN r39898]
This commit is contained in:
BIN
v2/boost_build.png
Normal file
BIN
v2/boost_build.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
@@ -13,6 +13,9 @@ cpp-pch pch
|
||||
include/pch.hpp
|
||||
: # requirements
|
||||
<include>include
|
||||
: # default-build
|
||||
: # usage requirements
|
||||
<include>foobar
|
||||
;
|
||||
explicit pch ;
|
||||
|
||||
|
||||
@@ -18,11 +18,14 @@ div.sidebar {
|
||||
margin-left: 1em ;
|
||||
border: medium outset ;
|
||||
padding: 0em 1em ;
|
||||
background-color: #ffffee ;
|
||||
background-color: #adbed2;
|
||||
border-color: #000000;
|
||||
border-width: 1;
|
||||
width: 40% ;
|
||||
float: right ;
|
||||
clear: right }
|
||||
|
||||
}
|
||||
|
||||
div.sidebar p.rubric {
|
||||
font-family: sans-serif ;
|
||||
font-size: medium }
|
||||
@@ -32,9 +35,8 @@ div.sidebar p.rubric {
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
<img src="../../../boost.png" alt="boost.png (6897 bytes)" align="center"
|
||||
width="277" height="86"> <!-- sf logo -->
|
||||
|
||||
|
||||
<p align="center"><img src="boost_build2.png" width="396" height="60" alt="Boost.Build V2"></img>
|
||||
|
||||
<div class="contents sidebar topic" id="index">
|
||||
<p>
|
||||
@@ -71,8 +73,7 @@ div.sidebar p.rubric {
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h1>Boost.Build V2</h1>
|
||||
<!-- <h1>Boost.Build V2</h1> -->
|
||||
|
||||
|
||||
<h2>Overview</h2>
|
||||
|
||||
@@ -964,7 +964,7 @@ local rule register-configuration ( version : path ? )
|
||||
}
|
||||
}
|
||||
|
||||
if [ os.name ] in NT CYGWIN
|
||||
if [ os.name ] in NTXX CYGWIN
|
||||
{
|
||||
# Get installation paths from the registry
|
||||
|
||||
|
||||
Reference in New Issue
Block a user