File tree 2 files changed +8
-9
lines changed
2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
{% block header %}
4
4
< div class ="cratesfyi-package-container ">
5
- < div class ="container about ">
6
- < h3 id ="crate-title "> Docs.rs documentation</ h3 >
5
+ < div class ="container ">
6
+ < h1 id ="crate-title " class =" no-description " > Docs.rs documentation</ h1 >
7
7
< div class ="pure-menu pure-menu-horizontal ">
8
8
< ul class ="pure-menu-list ">
9
9
{% set text = "info-circle" | fas(fw=true) %}
Original file line number Diff line number Diff line change @@ -447,6 +447,10 @@ div.cratesfyi-package-container {
447
447
h1 {
448
448
margin : 0 ;
449
449
padding : 15px 0 0 14px ;
450
+
451
+ & .no-description {
452
+ padding-bottom : 15px ;
453
+ }
450
454
}
451
455
452
456
div .description {
@@ -553,14 +557,9 @@ div.search-page-search-form {
553
557
554
558
.about {
555
559
font-family : $font-family-serif ;
556
- padding : 0.4em 1em ;
557
560
558
- a {
559
- color : $color-url ;
560
-
561
- :hover {
562
- text-decoration : underline ;
563
- }
561
+ .pure-menu a :hover span {
562
+ text-decoration : none ;
564
563
}
565
564
566
565
table {
You can’t perform that action at this time.
0 commit comments