Skip to content

css on author and date class #1170

@robjhyndman

Description

@robjhyndman

The changes in ed31991 make it impossible to properly apply css on author and date classes where they clash with these hard coded styles. I think a better solution would be to modify the css in gitbook.html as follows.

#header .author { 
  margin: 0.5em 0 -0.5em 0; 
}
#header .date {
  margin-top: 1.5em;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    nextto consider for next release

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions