Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Banky <martin.banky@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/4] stylesheet.css: cleaned up css code
Date: Tue, 12 Oct 2010 15:17:52 -0700	[thread overview]
Message-ID: <1286921875-32681-2-git-send-email-Martin.Banky@gmail.com> (raw)
In-Reply-To: <1286921875-32681-1-git-send-email-Martin.Banky@gmail.com>

Fixed indents, and removed redundent specifers and trailing spaces.

Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
---
 docs/stylesheet.css |   54 +++++++++++++++++++++++++-------------------------
 1 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/docs/stylesheet.css b/docs/stylesheet.css
index ac938c5..0feb32e 100644
--- a/docs/stylesheet.css
+++ b/docs/stylesheet.css
@@ -1,13 +1,13 @@
 body {
-	margin: 0px 0px 0px 0px;
+	margin: 0px;
 	color: white;
 	background-color: #93c6f9;
 	font: 12pt/18pt georgia;
 }
 
 div.main {
-	margin: 10px 10px 10px 10px;
-	padding: 10px 10px 10px 10px;
+	margin: 10px;
+	padding: 10px;
 	color: black;
 	background-color: white;
 }
@@ -16,49 +16,49 @@ div.titre {
 	text-align: center;
 	background-color: #336699;
 	color: white;
-	padding: 10px 10px 10px 10px;
+	padding: 10px;
 }
 
 h1 {
 	text-align: center;
-	font: 26pt georgia; 
-	letter-spacing: 3px; 
+	font: 26pt georgia;
+	letter-spacing: 3px;
 }
 
 h2 {
-	padding: 5px 5px 5px 5px;
+	padding: 5px;
 	background-color: #c2e0ff;
 	color: #336699;
 }
 
-a:link, a:visited { 
-	font-weight: bold; 
-	text-decoration: none; 
+a:link, a:visited {
+	font-weight: bold;
+	text-decoration: none;
 	color: #336699;
 }
 
-a:hover, a:active { 
-	text-decoration: underline; 
+a:hover, a:active {
+	text-decoration: underline;
 	color: #9685BA;
 }
 
-h3 { 
-	font: italic normal 14pt georgia; 
-	letter-spacing: 1px; 
-	margin-bottom: 0px; 
+h3 {
+	font: italic normal 14pt georgia;
+	letter-spacing: 1px;
+	margin-bottom: 0px;
 	margin-left: 10px;
 	margin-right: 10px;
 	color: #336699;
-        border-bottom: 2px solid #336699;
+	border-bottom: 2px solid #336699;
 }
 
-h4 { 
-	font: italic normal 14pt georgia; 
-	letter-spacing: 1px; 
-	margin-bottom: 0px; 
+h4 {
+	font: italic normal 14pt georgia;
+	letter-spacing: 1px;
+	margin-bottom: 0px;
 	margin-left: 10px;
 	margin-right: 10px;
-        border-bottom: 1px dashed black;
+	border-bottom: 1px dashed black;
 }
 
 p {
@@ -68,8 +68,8 @@ p {
 }
 
 pre {
-  border-left: 3px #aaa solid;
-  margin-left: 1em;
-  padding: 0 1em;
-  color: #888;
-}
\ No newline at end of file
+	border-left: 3px #aaa solid;
+	margin-left: 1em;
+	padding: 0 1em;
+	color: #888;
+}
-- 
1.7.3.1

  reply	other threads:[~2010-10-12 22:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-12 22:17 [Buildroot] [PATCH 0/4] Updated buildroot usage and documentation web page Martin Banky
2010-10-12 22:17 ` Martin Banky [this message]
2010-10-12 22:17 ` [Buildroot] [PATCH 2/4] buildroot.html: html code clean-up and other issues - Part1 Martin Banky
2010-10-12 22:17 ` [Buildroot] [PATCH 3/4] buildroot.html: html code clean-up and other issues - Part2 Martin Banky
2010-10-12 22:17 ` [Buildroot] [PATCH 4/4] buildroot.html: Fix grammer and punctuation Martin Banky
2010-10-23 12:46 ` [Buildroot] [PATCH 0/4] Updated buildroot usage and documentation web page Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1286921875-32681-2-git-send-email-Martin.Banky@gmail.com \
    --to=martin.banky@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox