Merge branch 'test' of https://github.com/urbit/urbit into test

This commit is contained in:
Anton Dyudin 2015-05-05 13:11:39 -07:00
commit eb8dbe0ff1
2 changed files with 4 additions and 0 deletions

View File

@ -250,10 +250,12 @@ li:before {
} }
.list > li > a { .list > li > a {
border-bottom: none; border-bottom: none;
margin-bottom: 0.3rem;
} }
#nav a, #nav a,
.list > li > a h1 { .list > li > a h1 {
border-bottom: 1px solid #000; border-bottom: 1px solid #000;
margin-right: 0.3rem;
} }
#nav .active a { #nav .active a {
font-weight: 500; font-weight: 500;

View File

@ -177,10 +177,12 @@ li:before
.list > li > a .list > li > a
border-bottom none border-bottom none
margin-bottom .3rem
#nav a #nav a
.list > li > a h1 .list > li > a h1
border-bottom 1px solid #000 border-bottom 1px solid #000
margin-right .3rem
#nav .active a #nav .active a
font-weight 500 font-weight 500