1616 [class *= "span" ] {
1717 border : 0px solid rgba (0 , 0 , 0 , 0 );
1818 margin-left : 2.85715% ;
19- margin-right : -3px ; // Necessary to get rid of inline whitespace
19+ margin-right : -3px ; /* Necessary to get rid of inline whitespace */
2020 padding : 0 ;
2121 display : inline-block;
2222 vertical-align : top;
@@ -91,7 +91,7 @@ textarea.populated {
9191
9292/* Header */
9393.project-header .row {
94- padding : 0 0 1.5em 0 ;
94+ margin-bottom : 1.5em ;
9595}
9696.project-header .row p {
9797 margin : 0 ;
@@ -365,19 +365,17 @@ ul.section-nav li.active a {
365365}
366366
367367/* Sidebar */
368- .sidebar {
369- //margin-top: 1em;
370- }
368+
371369.sidebar ul {
372- list-style : none ;
373- padding-left : 0 ;
370+ list-style-type : square ;
371+ padding-left : 1.5 em ;
374372}
375373.ic-add-tags ,
376374.sidebar-nav {
377375 margin-bottom : 2.5em ;
378376}
379- .sidebar . challenge-banner {
380- margin-bottom : 1.25em ;
377+ .challenge-banner {
378+ margin : 1.25em 0 ;
381379 background-color : # DBEDD4 ;
382380 padding : 1.25em ;
383381}
@@ -389,7 +387,7 @@ ul.section-nav li.active a {
389387# date-range {
390388 margin-top : 20px ;
391389}
392- .sidebar . challenge-banner # challenge-link {
390+ .challenge-banner # challenge-link {
393391 margin-top : 1.5em ;
394392 margin-bottom : 0 ;
395393}
@@ -437,7 +435,11 @@ ul.section-nav li.active a {
437435}
438436.tags .tag {
439437 display : block;
440- margin : 0 0.5em 0.75em 1em ;
438+ margin : 0 0.5em 0.75em -0.5em ;
439+ }
440+ .tags .tag : before {
441+ position : relative;
442+ left : -0.75em ;
441443}
442444.tags .tag a {
443445 font-family : "Avenir Next Demi" , Arial, sans-serif;
@@ -612,7 +614,7 @@ input.btn-voted:hover {
612614 background-color : # 919395 ;
613615 color : # fff ;
614616 cursor : default;
615- }
617+ }
616618
617619input .btn-voted : active , input .btn-voted : focus {
618620 background-color : # 75787b ;
@@ -799,21 +801,6 @@ input.btn:visited {
799801 visibility : hidden;
800802}
801803
802- .challenge-info h3 {
803- text-transform : uppercase;
804- font-family : "Avenir Next Demi" , Arial, sans-serif;
805- font-size : 16px ;
806- letter-spacing : 1px ;
807- }
808-
809- .challenge-info h2 {
810- font-weight : normal;
811- }
812- .challenge-info .challenge-banner {
813- margin-top : 0.5em ;
814- background-color : # DBEDD4 ;
815- padding : 1em ;
816- }
817804.challenge-info {
818805 border-bottom : 1px solid # 000 ;
819806 padding : 0 ;
@@ -830,7 +817,7 @@ section.main-content hr {
830817 padding : 0 ;
831818}
832819
833- .idea-votes .btn-vote ,
820+ .idea-votes .btn-vote ,
834821.idea-votes .btn-voted ,
835822.idea-votes .btn-voted : hover ,
836823.idea-votes .btn-voted : active ,
@@ -880,7 +867,7 @@ section.main-content hr {
880867 display : inline;
881868}
882869
883- // Pagination
870+ /* Pagination */
884871
885872.pagination {
886873 border : solid # 75787b ;
0 commit comments