2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

fixed CSS property

This commit is contained in:
Suyash Patil
2020-10-30 01:11:33 +05:30
parent a5ff4371da
commit 01888dc929

View File

@@ -685,7 +685,7 @@ Names at http://www.w3.org/TR/2002/WD-css3-color-20020219/ 4.3. X11 color keywor
Quickbook Usage: [role red Some red text]
*/
span.red { inline-block; color: red; }
span.red { display: inline-block; color: red; }
span.green { color: green; }
span.lime { color: #00FF00; }
span.blue { color: blue; }