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

Unified Diff: static/scss/base/_utilities.scss

Issue 29516622: Issue 5511 - Create Product Help Home Template for help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Rebase Created Sept. 11, 2017, 2:46 p.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
Index: static/scss/base/_utilities.scss
===================================================================
--- a/static/scss/base/_utilities.scss
+++ b/static/scss/base/_utilities.scss
@@ -81,8 +81,15 @@
.unstyled
{
margin: 0;
padding: 0;
border: 0;
background: none;
}
+
+// Typography ///////////////////////////////////////////////////////////////
juliandoucette 2017/09/12 13:21:56 Note: Please add .text-align-center (or equivalent
ire 2017/09/19 10:27:18 I will create an issue to transfer some of these u
juliandoucette 2017/09/22 13:29:35 Acknowledged.
+
+.ta-center
+{
+ text-align: center;
+}

Powered by Google App Engine
This is Rietveld