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-responsive.fixes.css
13 lines
•
253 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
@media
(
max-width
:
480px
) {
.modal-body
{
max-height
:
350px
;
padding
:
15px
;
overflow-y
: auto; -webkit-
overflow
-scrolling: touch; } }
@media
(
max-width
:
800px
) {
.hidden-800
{
display
:none; } }