Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

Commit

Permalink
fix style RTL nodejs#1970
Browse files Browse the repository at this point in the history
  • Loading branch information
Aissaoui-Ahmed committed Jan 2, 2019
1 parent af44de8 commit 5142858
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions layouts/css/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
@import 'page-modules/_prev-next-navigation'
@import 'page-modules/_release-schedule'

<<<<<<< HEAD
=======

>>>>>>> 06d725074b56fa7a8978ae7e07694ee6eca7d3c6
.intro
margin-top 140px
font-size 38px
Expand All @@ -41,13 +37,8 @@

.has-side-nav
aside
<<<<<<< HEAD
width 200px
float left
=======
float left
width 200px
>>>>>>> 06d725074b56fa7a8978ae7e07694ee6eca7d3c6
margin-top 1.5em

ul
Expand Down Expand Up @@ -89,7 +80,6 @@

.full-width
width 100%
<<<<<<< HEAD

.small
font-size 10px
Expand All @@ -103,49 +93,23 @@ a:hover .color-lightgray
.no-padding
padding 0

=======

.small
font-size 10px

.color-lightgray
color $light-gray

a:hover .color-lightgray
color $white

.no-padding
padding 0

>>>>>>> 06d725074b56fa7a8978ae7e07694ee6eca7d3c6
.highlight-box
background-color $light-gray3
padding 5px 15px
border-radius 2px
margin-top 1em
<<<<<<< HEAD

& *:first-child
margin-top 0.5rem

=======

& *:first-child
margin-top 0.5rem

>>>>>>> 06d725074b56fa7a8978ae7e07694ee6eca7d3c6
html[dir="rtl"]
.has-side-nav
aside
float right

article
margin-right 220px
<<<<<<< HEAD
margin-left 0
=======
margin-left 0px
>>>>>>> 06d725074b56fa7a8978ae7e07694ee6eca7d3c6

@media screen and (max-width: 480px)
.has-side-nav
Expand Down

0 comments on commit 5142858

Please sign in to comment.