diff options
| author | bob <bcz@cs.brown.edu> | 2019-12-16 11:42:32 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-12-16 11:42:32 -0500 |
| commit | 4d4a1438ac87d36c01b8ca084564cc7ad1cd3b0d (patch) | |
| tree | 927d844058573070c470cbe8274974d9ba83b939 /src/client/views/Templates.tsx | |
| parent | 098b9c41bf3fef8b7826484e3a0a865ee29ae0ef (diff) | |
more exception fixes. added alt-f for floating docs.
Diffstat (limited to 'src/client/views/Templates.tsx')
| -rw-r--r-- | src/client/views/Templates.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/Templates.tsx b/src/client/views/Templates.tsx index ef78b60d4..f686bc23d 100644 --- a/src/client/views/Templates.tsx +++ b/src/client/views/Templates.tsx @@ -47,7 +47,7 @@ export namespace Templates { </div> </div>` ); - export const Title = new Template("Title", TemplatePosition.InnerTop, + export const Title = new Template("Title (alt-t)", TemplatePosition.InnerTop, `<div> <div style="height:25px; width:100%; background-color: rgba(0, 0, 0, .4); color: white; z-index: 100"> <span style="text-align:center;width:100%;font-size:20px;position:absolute;overflow:hidden;white-space:nowrap;text-overflow:ellipsis">{props.Document.title}</span> |
