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

Unified Diff: static/scss/components/_breadcrumb.scss

Issue 29596555: Noissue - Format CSS comments and implement new wd classes (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Nov. 3, 2017, 8:46 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
Index: static/scss/components/_breadcrumb.scss
===================================================================
--- a/static/scss/components/_breadcrumb.scss
+++ b/static/scss/components/_breadcrumb.scss
@@ -9,16 +9,20 @@
// help.eyeo.com is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>.
+/*******************************************************************************
+ * Breadcrumb
+ ******************************************************************************/
+
.breadcrumb
{
padding-top: 0.75em;
padding-bottom: 0.75em;
border-bottom: 1px solid $gray-light;
background-color: $white;
}

Powered by Google App Engine
This is Rietveld