Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/issue-reporter.css

Issue 29587599: Issue 5887 - Issue reporter should use the SVG Adblock Plus logo (Closed) Base URL: https://hg.adblockplus.org/adblockplusui
Patch Set: Set image size explicitly Created Oct. 24, 2017, 10:58 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « issue-reporter.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/issue-reporter.css
===================================================================
--- a/skin/issue-reporter.css
+++ b/skin/issue-reporter.css
@@ -1,8 +1,13 @@
+html
+{
+ font-size: 16px;
+}
Wladimir Palant 2017/10/24 11:00:04 Using rem without setting a font size on the root
+
body
{
display: flex;
flex-direction: column;
align-items: center;
margin: 1.2rem 0.3rem;
font-family: Segoe UI, Arial, sans-serif;
font-size: 1.25rem;
@@ -26,16 +31,21 @@ header
{
display: flex;
flex-direction: row;
flex-shrink: 0;
align-items: flex-end;
margin-bottom: 2rem;
}
+#logo
+{
+ width: 4rem;
+}
+
header > .title
{
display: flex;
flex-direction: column;
}
.title > h1
{
« no previous file with comments | « issue-reporter.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld