Skip to content

Commit 53e1bf6

Browse files
committed
Updating projects.css demo with bootstrap.css
1 parent 88815ad commit 53e1bf6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

client/src/data/docs/project.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
*
1717
*/
1818
.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
19+
/* Duplicated Bootstrap body styles */
20+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
21+
font-size: 14px;
22+
line-height: 1.428571429;
23+
color: #333333;
24+
background-color: #ffffff;
2525
}
2626

2727
/* You can make symlinks for project CSS files to your Source server, or just write absolute path to other directory */

0 commit comments

Comments
 (0)