This file was deleted.

This file was deleted.

This file was deleted.

@@ -4,21 +4,21 @@ diff -urp a/style.css b/style.css
@@ -261,7 +261,7 @@ div#header-region h2.page-title {
padding:0px 10px;
line-height:30px;

- background:#666;
+ background:#369;
color:#fff;
}

@@ -277,7 +277,7 @@ div#header-region ul.tabs { clear:both;
}

div#header-region ul.tabs li a:hover {
- background:#666;
+ background:#369;
color:#fff;
}

@@ -444,7 +444,7 @@ div.krumo-root, div.krumo-root a {
* FOOTER =============================================================
*/
@@ -41,7 +41,7 @@ diff -urp a/style.css b/style.css
-moz-border-radius:3px;
-webkit-border-radius: 3px;
}

+.form-submit {
+ width: 25%;
+ text-align:center;
@@ -50,7 +50,7 @@ diff -urp a/style.css b/style.css
+ margin-left:auto;
+ margin-right:auto;
+}

input.form-submit[disabled] {
color:#ddd;
@@ -572,7 +579,7 @@ div.form-item div.description {
@@ -60,23 +60,23 @@ diff -urp a/style.css b/style.css
- color:#666;
+ color:#369;
}

/* Fieldsets... what a nightmare */
@@ -673,7 +680,7 @@ div.node h2 {
margin:5px 10px 0px 0px;
padding:0px 5px;

- background:#666;
+ background:#369;
color:#fff;
}

@@ -746,7 +753,7 @@ table.hosting-table td {
table th,
table.hosting-table th {
font-size:11px;
- background:#666 !important;
+ background:#369 !important;
}

table th.active,

This file was deleted.

@@ -7,7 +7,7 @@ diff -urp singular/style.css singular/style.css
-webkit-border-bottom-right-radius:5px;
+ border-top-right-radius:5px;
+ border-bottom-right-radius:5px;

font-size:13px;
line-height:20px;
-
@@ -18,14 +18,14 @@ diff -urp singular/style.css singular/style.css
float:right;
width:220px;
@@ -36,9 +36,9 @@ a {

#main {
-moz-border-radius:10px;
- -moz-border-radius:10px;
- -webkit-border-radius:10px;
-webkit-border-radius:10px;
+ border-radius:10px;
+
+
background:url(images/mask.png);
width:740px;
}
@@ -34,7 +34,7 @@ diff -urp singular/style.css singular/style.css
-moz-border-radius:10px;
-webkit-border-radius:10px;
+ border-radius:10px;
+
+
background:url(images/mask.png);
padding:0px 15px;
}
@@ -44,7 +44,7 @@ diff -urp singular/style.css singular/style.css
-webkit-border-top-right-radius:5px;
+ border-top-left-radius:5px;
+ border-top-right-radius:5px;

color:#ccc;
background:url(images/mask.png);
@@ -195,6 +199,8 @@ div.left div.admin-panel { margin-right:
@@ -54,14 +54,14 @@ diff -urp singular/style.css singular/style.css
+ border-bottom-right-radius: 5px;
+ border-bottom-left-radius: 5px;
}

#page #content div.block {
@@ -212,6 +218,8 @@ div.left div.admin-panel { margin-right:
#page #content div.block-content {
-moz-border-radius:10px;
-webkit-border-radius:10px;
+ border-radius:10px;
+
+
background:#fff;
padding:10px;
}
@@ -70,7 +70,7 @@ diff -urp singular/style.css singular/style.css
-moz-border-radius:5px;
-webkit-border-radius:5px;
+ border-radius:5px;

margin:5px 0px;
background:#eff;
@@ -320,6 +329,8 @@ dl dd {
@@ -80,7 +80,7 @@ diff -urp singular/style.css singular/style.css
+ border-top-left-radius: 5px;
+ border-bottom-left-radius: 5px;
}

#sidebar div.block h2.block-title {
@@ -390,6 +401,8 @@ div.node-links ul.links {
margin:20px 0px 0px;
@@ -7,7 +7,7 @@ diff -urp singular/style.css singular/style.css
-moz-border-radius-bottomright:5px;
+ -webkit-border-top-right-radius:5px;
+ -webkit-border-bottom-right-radius:5px;

font-size:13px;
line-height:20px;
@@ -35,6 +37,8 @@ a {
@@ -29,10 +29,10 @@ diff -urp singular/style.css singular/style.css
+ -webkit-border-bottom-left-radius:5px;
+ -webkit-border-bottom-right-radius:5px;
}

#page #content div.block {
@@ -206,6 +211,7 @@ div.left div.admin-panel { margin-right:

#page #content div.block-content {
-moz-border-radius:10px;
+ -webkit-border-radius:10px;

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

@@ -56,7 +56,7 @@ EOFMYSQL
# mysqlcheck --port=3306 -h localhost -r -u $DATABASEUSER --password=$DATABASEPASS $line &> /dev/null
# mysqlcheck --port=3306 -h localhost -o -u $DATABASEUSER --password=$DATABASEPASS $line &> /dev/null
mysqldump -u $DATABASEUSER -p$DATABASEPASS --default-character-set=utf8 -Q -C -e --hex-blob --add-drop-table $line | gzip > $SAVELOCATION/$line.sql.gz
sleep 8
sleep 1
done

rm .databasesToBackup

This file was deleted.

@@ -1,5 +1,5 @@

### Non-Aegir Drupal configuration for Nginx - coming soon.
### Non-Aegir Drupal configuration for Nginx - coming in summer 2011.