Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
87e71700
Commit
87e71700
authored
Apr 19, 2010
by
Francois-Rene Rideau
Browse files
Tweak the CSS for the website.
parent
42bdbd0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/index.html
View file @
87e71700
...
...
@@ -14,19 +14,18 @@
</span>
<h2>
ASDF
</h2><h4>
Another System Definition Facility
</h4>
</div>
<div
class=
"system-links"
>
<ul>
<li><a
href=
"#what_it_is"
>
What it is
</a></li>
<li><a
href=
"#documentation"
>
Documentation
</a></li>
<li><a
href=
"#downloads"
>
Getting it
</a></li>
<li><a
href=
"#bugs"
>
Reporting Bugs
</a></li>
<li><a
href=
"#mailing-list"
>
Mailing List
</a></li>
<li><a
href=
"http://common-lisp.net/gitweb?p=projects/asdf/asdf.git;a=log"
>
Changelog
</a></li>
</ul>
</div>
<div
class=
"contents"
>
<div
class=
"system-links"
>
<ul>
<li><a
href=
"#what_it_is"
>
What it is
</a></li>
<li><a
href=
"#documentation"
>
Documentation
</a></li>
<li><a
href=
"#downloads"
>
Getting it
</a></li>
<li><a
href=
"#bugs"
>
Reporting Bugs
</a></li>
<li><a
href=
"#mailing-list"
>
Mailing List
</a></li>
<li><a
href=
"http://common-lisp.net/gitweb?p=projects/asdf/asdf.git;a=log"
>
Changelog
</a></li>
</ul>
</div>
<div
class=
"system-description"
>
<a
id=
"what_it_is"
></a>
<h3>
What it is
</h3>
<p>
ASDF is a tool for describing how source files are organized:
...
...
@@ -116,7 +115,8 @@
Christophe Rhodes, Kevin Rosenberg, Edi Weitz, Rahul Jain.
<dt>
August 2001
</dt>
<dd>
Created by Daniel Barlow
</dd>
</dl></div>
</dl>
</div>
<div
id=
"footer"
>
<a
class=
"nav"
href=
"http://validator.w3.org/check/referer"
title=
"xhtml1.1"
><img
src=
"http://common-lisp.net/project/cl-containers/shared/buttons/xhtml.gif"
width=
"80"
height=
"15"
title=
"valid xhtml button"
alt=
"valid xhtml"
/></a>
<a
class=
"nav"
href=
"http://www.catb.org/hacker-emblem/"
title=
"hacker"
>
<img
src=
"http://common-lisp.net/project/cl-containers/shared/buttons/hacker.png"
width=
"80"
height=
"15"
title=
"hacker emblem"
alt=
"hacker button"
/></a>
...
...
@@ -125,6 +125,6 @@
<p><span
class=
"copyright"
Copyright
&
copy
;
2001
-2010
Daniel
Barlow
and
contributors
</
span
></p>
<p>
ASDF has an
<a
href=
"http://www.opensource.org/licenses/mit-license.php"
>
MIT style
</a>
license
</p>
<div
id=
"timestamp"
>
Last updated 2010-04-08
</div>
</div>
</div>
</div>
</body>
</html>
doc/style.css
View file @
87e71700
...
...
@@ -244,10 +244,12 @@ a:hover {
font-family
:
Arial
,
Helvetica
,
sans-serif
;
}
.
system-description
{
width
:
75
%
;
.
contents
{
//
width
:
90
%
;
padding-left
:
2em
;
float
:
left
;
padding-right
:
2em
;
padding-top
:
2em
;
padding-bottom
:
1.5em
;
}
.check
{
font-size
:
x-small
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment