[SCM] BOINC packaging branch, SZTAKI, updated. debian/6.10.17+dfsg-3-291-g2ca3019

Steffen Moeller moeller at debian.org
Sun Jun 12 20:01:10 UTC 2011


The following commit has been merged in the SZTAKI branch:
commit f842c2e434ee984282b687c9fba239f0bc7f4ac6
Author: Steffen Moeller <moeller at debian.org>
Date:   Sun Jun 12 20:52:11 2011 +0200

    Separated CSS file.

diff --git a/SZTAKI_patches_remaining_to_move_into_debian.patch b/SZTAKI_patches_remaining_to_move_into_debian.patch
index 48f2fbe..7bdd5b4 100644
--- a/SZTAKI_patches_remaining_to_move_into_debian.patch
+++ b/SZTAKI_patches_remaining_to_move_into_debian.patch
@@ -2366,104 +2366,6 @@ def builddir(*dirs):
  
  page_head("Moderation");
  echo "
---- boinc-server-6.11.0+r18946.orig/html/user/szdg-stat.css
-+++ boinc-server-6.11.0+r18946/html/user/szdg-stat.css
-@@ -0,0 +1,95 @@
-+body {
-+  font-family: Verdana, sans-serif;
-+  font-size: 13px;
-+  min-width: 991px;
-+}
-+
-+
-+a {
-+  text-decoration: none;
-+  color: #660C11;
-+}
-+
-+
-+a.named {
-+  color: #000000;
-+}
-+
-+
-+a.hostclass {
-+ color: #3F58B0;
-+}
-+
-+
-+a.image img {
-+ border: 0px;
-+}
-+
-+
-+div.footer {
-+  padding: 25px 0px 5px 0px;
-+  width: 100%;
-+  text-align: center;
-+}
-+
-+
-+div.menu {
-+  width: 100%;
-+  text-align: left;
-+  margin: 5px 5px 20px -2px;
-+  padding: 2px 2px 3px 2px;
-+  background-color: #eeeeee;
-+  font-size: 12px;
-+  font-weight: bold;
-+}
-+
-+
-+div.section {
-+  width: 100%;
-+  padding: 20px 0px 0px 0px;
-+}
-+
-+div.main {
-+  margin: 0px 5px 35px 0px;
-+}
-+
-+div.main h1 {
-+  margin: 0px 10px 30px 0px;
-+}
-+
-+div.credit div {
-+  margin: 0px 10px 10px 0px;
-+}
-+
-+div.credit table {
-+  margin-left: 23px;
-+  margin-top: 10px;
-+}
-+
-+div.credit table {
-+  border: solid 1px;
-+  width: 800px;
-+  margin: 25px auto 25px auto;
-+}
-+
-+div.credit table tr th {
-+  font-size: 13px;
-+  font-family: Verdana, sans-serif;
-+  font-weight: normal;
-+  background-color: #CCCCCC;
-+}
-+
-+div.credit table tr td {
-+  font-size: 13px;
-+  font-family: Verdana, sans-serif;
-+  font-weight: bold;
-+}
-+
-+img.maincharts {
-+  display: block;
-+  margin: 0px auto 15px auto;
-+}
-+
-+ul {
-+  list-style-type: square;
-+}
 --- boinc-server-6.11.0+r18946.orig/html/user/home.php
 +++ boinc-server-6.11.0+r18946/html/user/home.php
 @@ -57,8 +57,8 @@
diff --git a/debian/css/szdg-stat.css b/debian/css/szdg-stat.css
new file mode 100644
index 0000000..647a170
--- /dev/null
+++ b/debian/css/szdg-stat.css
@@ -0,0 +1,95 @@
+body {
+  font-family: Verdana, sans-serif;
+  font-size: 13px;
+  min-width: 991px;
+}
+
+
+a {
+  text-decoration: none;
+  color: #660C11;
+}
+
+
+a.named {
+  color: #000000;
+}
+
+
+a.hostclass {
+ color: #3F58B0;
+}
+
+
+a.image img {
+ border: 0px;
+}
+
+
+div.footer {
+  padding: 25px 0px 5px 0px;
+  width: 100%;
+  text-align: center;
+}
+
+
+div.menu {
+  width: 100%;
+  text-align: left;
+  margin: 5px 5px 20px -2px;
+  padding: 2px 2px 3px 2px;
+  background-color: #eeeeee;
+  font-size: 12px;
+  font-weight: bold;
+}
+
+
+div.section {
+  width: 100%;
+  padding: 20px 0px 0px 0px;
+}
+
+div.main {
+  margin: 0px 5px 35px 0px;
+}
+
+div.main h1 {
+  margin: 0px 10px 30px 0px;
+}
+
+div.credit div {
+  margin: 0px 10px 10px 0px;
+}
+
+div.credit table {
+  margin-left: 23px;
+  margin-top: 10px;
+}
+
+div.credit table {
+  border: solid 1px;
+  width: 800px;
+  margin: 25px auto 25px auto;
+}
+
+div.credit table tr th {
+  font-size: 13px;
+  font-family: Verdana, sans-serif;
+  font-weight: normal;
+  background-color: #CCCCCC;
+}
+
+div.credit table tr td {
+  font-size: 13px;
+  font-family: Verdana, sans-serif;
+  font-weight: bold;
+}
+
+img.maincharts {
+  display: block;
+  margin: 0px auto 15px auto;
+}
+
+ul {
+  list-style-type: square;
+}

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list