Skip to content

Commit 01ae449

Browse files
committed
Remove <p> style from default stylesheet
`<p>` elements should be left-aligned to the rest of the elements.
1 parent 4a8c660 commit 01ae449

File tree

1 file changed

+1
-6
lines changed
  • lib/rspec_api_documentation/assets/stylesheets/rspec_api_documentation

1 file changed

+1
-6
lines changed

lib/rspec_api_documentation/assets/stylesheets/rspec_api_documentation/styles.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ a{
4545
font-weight: inherit;
4646
}
4747

48-
p {
49-
padding: 15px;
50-
font-size: 130%;
51-
}
52-
5348
h1, h2, h3, h4, h5, h6 {
5449
font-weight: bold;
5550
color: #404040;
@@ -99,4 +94,4 @@ table th, table td {
9994
padding: 10px 10px 9px;
10095
line-height: 18px;
10196
text-align: left;
102-
}
97+
}

0 commit comments

Comments
 (0)