[epiphany] Fix typos and remove a duplicated rule
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Fix typos and remove a duplicated rule
- Date: Tue, 16 Jun 2015 19:28:37 +0000 (UTC)
commit b83f0beed92a9694eed209d7bb553a78b160c7bc
Author: Miguel Vaello MartÃnez <miguel vaellomartinez gmail com>
Date: Wed Mar 25 22:44:36 2015 +0100
Fix typos and remove a duplicated rule
The rule "#about-subtitle" was duplicated. I assume that the second is the good one because the CSS is
read sequentially and the last rule is applied instead the previous rule.
The table of "memory:about" has a typo: solid and transparent properties there were concatenated by
mistake.
Removed some white spaces and placed some brackets next to the rule instead below.
https://bugzilla.gnome.org/show_bug.cgi?id=746778
src/resources/about.css | 63 +++++++++++++++++++---------------------------
1 files changed, 26 insertions(+), 37 deletions(-)
---
diff --git a/src/resources/about.css b/src/resources/about.css
index 2594b58..ee978e0 100644
--- a/src/resources/about.css
+++ b/src/resources/about.css
@@ -50,12 +50,6 @@ html {
#about-subtitle {
color: #babdb6;
text-shadow: 0 1px 0 white;
- margin-top: 0;
-}
-
-#about-subtitle {
- color: #babdb6;
- text-shadow: 0 1px 0 white;
}
/* about:plugins */
@@ -106,22 +100,21 @@ html.epiphany-html {
}
#ephytext {
- margin-top: 15%;
- font-size: 1.5em;
- text-align: center;
+ margin-top: 15%;
+ font-size: 1.5em;
+ text-align: center;
}
#from {
- margin-top: 1em;
- font-size: 1.5em;
- text-align: right;
- font-weight: bold;
+ margin-top: 1em;
+ font-size: 1.5em;
+ text-align: right;
+ font-weight: bold;
}
/* about:memory */
-.memory-table caption
-{
+.memory-table caption {
font-size: 16pt;
font-weight: bold;
margin-bottom: 0.9em;
@@ -129,34 +122,30 @@ html.epiphany-html {
text-shadow: 0 1px 0 white;
}
-.memory-table
-{
+.memory-table {
margin: 0 12.5% 0.9em 12.5%;
width: 80%;
text-align: left;
border-collapse: collapse;
}
-.memory-table th
-{
+.memory-table th {
padding: 4px;
background: #565051;
border: 2px solid #565051;
color: #f6f6f4;
}
-.memory-table td
-{
+.memory-table td {
padding: 2px;
background: #f6f6f8;
border-bottom: 1px solid #d3d7cf;
color: #2e3436;
- border-top: 1px solidtransparent;
+ border-top: 1px solid transparent;
width: 16%;
}
-.memory-table tr:hover td
-{
+.memory-table tr:hover td {
background: #d3d7cf;
color: #2e3436;
}
@@ -172,7 +161,7 @@ html.epiphany-html {
}
.applications-body p { margin-bottom: 30px; }
-.applications-body td { padding: 15px 15px;}
+.applications-body td { padding: 15px;}
.applications-body td.icon { width: 64px; }
.applications-body td.datas { width: 200px; }
.applications-body td.input { width: 64px; }
@@ -184,25 +173,25 @@ html.epiphany-html {
/* about:incognito */
.incognito-body {
- margin: 0;
- padding: 0;
+ margin: 0;
+ padding: 0;
}
.incognito-body div#mainblock {
- display: table;
- max-width: 40em;
- margin-left: auto;
- margin-right: auto;
- height: 75%;
+ display: table;
+ max-width: 40em;
+ margin-left: auto;
+ margin-right: auto;
+ height: 75%;
}
.incognito-body div#mainblock>div {
- margin: 0 10px;
- display: table-cell;
- vertical-align: middle;
- padding: 0 20px 0 160px;
+ margin: 0 10px;
+ display: table-cell;
+ vertical-align: middle;
+ padding: 0 20px 0 160px;
}
.incognito-body h1 {
- color: #888a85;
+ color: #888a85;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]