UNPKG
node-tagger
Version:
latest (0.0.11)
0.0.11
0.0.10
0.0.9
0.0.8
Node Web Service to tag Part Of Speech (POS)
hbouvier/node-tagger
node-tagger
/
app
/
css
/
bootstrap.fixes.css
16 lines
(15 loc)
•
269 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@media
(
max-width
:
480px
) {
.modal
.fade
.in
{
top
:
10px
;
position
: fixed;
top
:
3%
;
right
:
3%
;
left
:
3%
;
bottom
:
3%
;
width
: auto;
margin
:
0
; }
.modal-body
{
height
:
60%
; } }