Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2012-08-23 17:50:34 +0400
committerBert Belder <bertbelder@gmail.com>2012-08-23 19:54:23 +0400
commit31ddd9516e65cf4504e671f3454497afc257885c (patch)
treeac1eeb68a6ce3864f536bd21ee7acf0a689c1cdd /doc
parent1eab51412f533069ee1f52006e50577fcbf0774a (diff)
doc: move ul styling to pipe.css
Diffstat (limited to 'doc')
-rw-r--r--doc/about/index.html6
-rw-r--r--doc/community/index.html6
-rw-r--r--doc/download/index.html6
-rw-r--r--doc/index.html6
-rw-r--r--doc/logos/index.html6
-rw-r--r--doc/pipe.css5
6 files changed, 5 insertions, 30 deletions
diff --git a/doc/about/index.html b/doc/about/index.html
index 07e95bb0549..ef2e4c52f51 100644
--- a/doc/about/index.html
+++ b/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">
diff --git a/doc/community/index.html b/doc/community/index.html
index 5d51d08b3ec..80a64d4c1de 100644
--- a/doc/community/index.html
+++ b/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">
diff --git a/doc/download/index.html b/doc/download/index.html
index bb753fd450e..c6031e6037a 100644
--- a/doc/download/index.html
+++ b/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">
diff --git a/doc/index.html b/doc/index.html
index 29695106ca4..cb98e4c77ce 100644
--- a/doc/index.html
+++ b/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">
diff --git a/doc/logos/index.html b/doc/logos/index.html
index 62e308229aa..92e749cf0ea 100644
--- a/doc/logos/index.html
+++ b/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">
diff --git a/doc/pipe.css b/doc/pipe.css
index d3e0d68010d..744304e188c 100644
--- a/doc/pipe.css
+++ b/doc/pipe.css
@@ -26,6 +26,11 @@ img {
border: 0;
}
+ul {
+ margin: 0px;
+ padding: 0px;
+}
+
@media all and (min-height: 650px) {
#toc {
position: fixed;