Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc: move ul styling to pipe.css
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Aug 23, 2012
1 parent 1eab514 commit 31ddd95
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 30 deletions.
6 changes: 0 additions & 6 deletions doc/about/index.html
Expand Up @@ -2,12 +2,6 @@
<html lang="en">
<head>
<meta charset="utf-8">
<style>
ul {
padding: 0;
margin: 0;
}
</style>
<link type="image/x-icon" rel="icon" href="../favicon.ico">
<link type="image/x-icon" rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../pipe.css">
Expand Down
6 changes: 0 additions & 6 deletions doc/community/index.html
Expand Up @@ -2,12 +2,6 @@
<html lang="en">
<head>
<meta charset="utf-8">
<style>
ul {
padding: 0;
margin: 0;
}
</style>
<script src="../sh_main.js"></script>
<script src="../sh_javascript.min.js"></script>
<link type="image/x-icon" rel="icon" href="../favicon.ico">
Expand Down
6 changes: 0 additions & 6 deletions doc/download/index.html
Expand Up @@ -2,12 +2,6 @@
<html lang="en">
<head>
<meta charset="utf-8">
<style>
ul {
padding: 0;
margin: 0;
}
</style>
<link type="image/x-icon" rel="icon" href="../favicon.ico">
<link type="image/x-icon" rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../pipe.css">
Expand Down
6 changes: 0 additions & 6 deletions doc/index.html
Expand Up @@ -2,12 +2,6 @@
<html lang="en">
<head>
<meta charset="utf-8">
<style>
ul {
padding: 0;
margin: 0;
}
</style>
<link type="image/x-icon" rel="icon" href="favicon.ico">
<link type="image/x-icon" rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="pipe.css">
Expand Down
6 changes: 0 additions & 6 deletions doc/logos/index.html
Expand Up @@ -2,12 +2,6 @@
<html lang="en">
<head>
<meta charset="utf-8">
<style>
ul {
padding: 0;
margin: 0;
}
</style>
<link type="image/x-icon" rel="icon" href="../favicon.ico">
<link type="image/x-icon" rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../pipe.css">
Expand Down
5 changes: 5 additions & 0 deletions doc/pipe.css
Expand Up @@ -26,6 +26,11 @@ img {
border: 0;
}

ul {
margin: 0px;
padding: 0px;
}

@media all and (min-height: 650px) {
#toc {
position: fixed;
Expand Down

0 comments on commit 31ddd95

Please sign in to comment.