Add files via upload
This commit is contained in:
parent
038de91627
commit
0b38e804f5
@ -337,9 +337,13 @@
|
|||||||
height: 250px;
|
height: 250px;
|
||||||
}
|
}
|
||||||
.code.showtimes{
|
.code.showtimes{
|
||||||
height: 600px;
|
height: 500px;
|
||||||
|
}
|
||||||
|
.code.showtimes p{
|
||||||
|
height: 5em;
|
||||||
|
overflow-x: auto;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* BlockQuotes */
|
/* BlockQuotes */
|
||||||
.blockquote {
|
.blockquote {
|
||||||
|
@ -336,7 +336,12 @@ main img {
|
|||||||
height: 250px;
|
height: 250px;
|
||||||
}
|
}
|
||||||
.code.showtimes{
|
.code.showtimes{
|
||||||
height: 600px;
|
height: 500px;
|
||||||
|
}
|
||||||
|
.code.showtimes p{
|
||||||
|
height: 5em;
|
||||||
|
overflow-x: auto;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user