mirror of
https://github.com/boostorg/endian.git
synced 2025-08-01 21:44:31 +02:00
Specify font-family: "courier new", courier, serif; as it makes the Windows result prettier on all browsers tested (IE, Firefox, Chrome).
This commit is contained in:
@@ -8,8 +8,8 @@ body
|
||||
}
|
||||
ins {background-color: #CCFFCC;}
|
||||
del {background-color: #FFCACA;}
|
||||
pre {background-color: #D7EEFF; font-size: 95%; font-family: courier, serif;}
|
||||
code {font-size: 110%; font-family: courier, serif;}
|
||||
pre {background-color: #D7EEFF; font-size: 95%; font-family: "courier new", courier, serif;}
|
||||
code {font-size: 110%; font-family: "courier new", courier, serif;}
|
||||
table {font-size: 100%;}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user