Code formatting / CSS patch

This commit is contained in:
Jakub Mikulas 2014-01-20 13:32:46 +01:00
parent 5533c2e838
commit f9785fbb3f
5 changed files with 20 additions and 20 deletions

View File

@ -6546,7 +6546,7 @@ body {
}
td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
@ -6556,10 +6556,10 @@ body {
}
td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
@ -6760,7 +6760,7 @@ code {
.page-header h1 {
margin-top: 0px;
}
.page-header sub-heading {
.page-header .sub-heading {
padding: 0px, 0px, 20px;
}
pre {

View File

@ -6546,7 +6546,7 @@ body {
}
td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
@ -6556,10 +6556,10 @@ body {
}
td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
@ -6760,7 +6760,7 @@ code {
.page-header h1 {
margin-top: 0px;
}
.page-header sub-heading {
.page-header .sub-heading {
padding: 0px, 0px, 20px;
}
pre {

View File

@ -6546,7 +6546,7 @@ body {
}
td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
@ -6556,10 +6556,10 @@ body {
}
td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
@ -6760,7 +6760,7 @@ code {
.page-header h1 {
margin-top: 0px;
}
.page-header sub-heading {
.page-header .sub-heading {
padding: 0px, 0px, 20px;
}
pre {

View File

@ -6546,7 +6546,7 @@ body {
}
td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
@ -6556,10 +6556,10 @@ body {
}
td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
@ -6760,7 +6760,7 @@ code {
.page-header h1 {
margin-top: 0px;
}
.page-header sub-heading {
.page-header .sub-heading {
padding: 0px, 0px, 20px;
}
pre {

View File

@ -45,10 +45,10 @@ function get_options() {
'clean_urls' => true,
'google_analytics' => false,
'piwik_analytics' => false,
'piwik_analytics_id' => 1,
'ignore' => array(),
'languages' => array(),
'file_editor' => true
'piwik_analytics_id' => 1,
'ignore' => array(),
'languages' => array(),
'file_editor' => true
);
// Load User Config