grille de ligne de base
This commit is contained in:
+8
-3
@@ -28,6 +28,8 @@ that is currently Firefox-only */
|
||||
|
||||
body{
|
||||
color: #1a1a1a;
|
||||
// background-image: url('/static/img/grille-ligne-de-base.png');
|
||||
// background-repeat: repeat;
|
||||
}
|
||||
|
||||
#root{
|
||||
@@ -469,11 +471,13 @@ section[role="main-content"]{
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
h1{ font-size: 1.512em; }
|
||||
h1{ font-size: 1.512em;
|
||||
line-height: $base-line; }
|
||||
p{
|
||||
margin-top: 0;
|
||||
font-size: 1.134em;
|
||||
line-height: 1.5;
|
||||
line-height: $base-line;
|
||||
margin-bottom: $base-line / 2;
|
||||
span.persName,
|
||||
span.placeName,
|
||||
span.objectName{
|
||||
@@ -584,6 +588,7 @@ section[role="main-content"]{
|
||||
height:calc(100% - #{$pager_h});
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
line-height: $base-line / 2;
|
||||
>ul{
|
||||
ul{
|
||||
li{
|
||||
@@ -610,7 +615,7 @@ section[role="main-content"]{
|
||||
li{
|
||||
// min-height: 1em;
|
||||
// border-left: 1px solid red;
|
||||
padding:0 0 0.2em 1em;
|
||||
padding:0 0 0 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user