We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88815ad commit 53e1bf6Copy full SHA for 53e1bf6
client/src/data/docs/project.css
@@ -16,12 +16,12 @@
16
*
17
*/
18
.source_example {
19
- /* Bootstrap body styles */
20
- font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
21
- font-size:14px;
22
- line-height:20px;
23
- color:#333;
24
- background-color:#fff
+ /* Duplicated Bootstrap body styles */
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 14px;
+ line-height: 1.428571429;
+ color: #333333;
+ background-color: #ffffff;
25
}
26
27
/* You can make symlinks for project CSS files to your Source server, or just write absolute path to other directory */
0 commit comments