aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/_static/notations.css
diff options
context:
space:
mode:
authorMaxime Dénès2018-04-16 08:59:31 +0200
committerMaxime Dénès2018-04-16 08:59:31 +0200
commitea08600edd8796bc8d2782a1750c628c2f64f3d6 (patch)
treef7d3284841cd52b6609e4d71443d8315e2a33fa2 /doc/sphinx/_static/notations.css
parentdf093d928ea09c5a4c5212cdb837da55d833760d (diff)
parentecdf2d82eea29a902bac2ecdbf62cf2b6b839386 (diff)
Merge PR #7251: doc: Rename UbuntuMono-Square to CoqNotations and tweak spacing
Diffstat (limited to 'doc/sphinx/_static/notations.css')
-rw-r--r--doc/sphinx/_static/notations.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/sphinx/_static/notations.css b/doc/sphinx/_static/notations.css
index 9b7b826d58..f899945a35 100644
--- a/doc/sphinx/_static/notations.css
+++ b/doc/sphinx/_static/notations.css
@@ -22,10 +22,10 @@
}
@font-face { /* This font has been edited to center all characters */
- font-family: 'UbuntuMono-Square';
+ font-family: 'CoqNotations';
font-style: normal;
font-weight: 800;
- src: local('UbuntuMono-Square'), url(./UbuntuMono-Square.ttf) format('truetype');
+ src: local('CoqNotations'), url(./CoqNotations.ttf) format('truetype');
}
.notation .notation-sup, .notation .notation-sub {
@@ -34,15 +34,15 @@
color: black;
/* cursor: help; */
display: inline-block;
- font-size: 0.5em;
+ font-size: 0.45em;
font-weight: bolder;
- font-family: UbuntuMono-Square, monospace;
- height: 2em;
+ font-family: CoqNotations, monospace;
+ height: 2.2em;
line-height: 1.6em;
position: absolute;
right: -1em; /* half of the width */
text-align: center;
- width: 2em;
+ width: 2.2em;
}
.notation .repeat {