File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
src/edu/stanford/nlp/pipeline/demo Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 88 height : auto;
99 margin : 0 auto -6ex ;
1010 padding : 0 0 6ex ;
11+ text-align : center;
12+ }
13+
14+ # logo {
15+ display : block;
16+ margin-left : auto;
17+ margin-right : auto;
18+ }
19+
20+ # logo-image {
21+ height : 20%
22+ }
23+
24+ # version-num {
25+ font-size : 20px ;
1126}
1227
1328.pattern_tab {
Original file line number Diff line number Diff line change 2727<!-- A header bar -->
2828< nav class ="navbar navbar-default navbar-static-top ">
2929 < div class ="container ">
30- < div class ="navbar-header ">
31- < a class ="navbar-brand " href ="https://stanfordnlp.github.io/CoreNLP/ "> Stanford CoreNLP 4.2.0 (updated 2020-11-16)</ a >
30+ < div id ="logo ">
31+ < a href ="https://stanfordnlp.github.io/CoreNLP/ ">
32+ < img id ="logo-image " src ="https://nlp.stanford.edu/img/corenlp-title.png ">
33+ </ a >
3234 </ div >
35+ < div id ="version-num "> version 4.2.1< br > < br > < br > </ div >
3336 </ div >
3437</ nav >
3538
You can’t perform that action at this time.
0 commit comments