Browse Source

doc: move ul styling to pipe.css

v0.8.9-release
Bert Belder 13 years ago
parent
commit
31ddd9516e
  1. 6
      doc/about/index.html
  2. 6
      doc/community/index.html
  3. 6
      doc/download/index.html
  4. 6
      doc/index.html
  5. 6
      doc/logos/index.html
  6. 5
      doc/pipe.css

6
doc/about/index.html

@ -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">

6
doc/community/index.html

@ -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">

6
doc/download/index.html

@ -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">

6
doc/index.html

@ -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">

6
doc/logos/index.html

@ -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">

5
doc/pipe.css

@ -26,6 +26,11 @@ img {
border: 0;
}
ul {
margin: 0px;
padding: 0px;
}
@media all and (min-height: 650px) {
#toc {
position: fixed;

Loading…
Cancel
Save