Skip to content

Commit fe901e5

Browse files
committed
Merge pull request #173 from potomak/update-default-stylesheet
Remove <p> style from default stylesheet
2 parents ec070a0 + 01ae449 commit fe901e5

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)