Fixed some composer elements, Updated Excel-Password-Remover
Update utils.php, composer.php, and 14 more files...
This commit is contained in:
BIN
resources/NibblePoker/images/backgrounds/bright-squares-0.25.png
Normal file
BIN
resources/NibblePoker/images/backgrounds/bright-squares-0.25.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
resources/NibblePoker/images/backgrounds/bright-squares-0.5.png
Normal file
BIN
resources/NibblePoker/images/backgrounds/bright-squares-0.5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
BIN
resources/NibblePoker/images/backgrounds/bright-squares.png
Normal file
BIN
resources/NibblePoker/images/backgrounds/bright-squares.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
@@ -53,3 +53,4 @@
|
||||
@import 'site/table'; // Uses copied paddings for cells & ugly rounding fix
|
||||
@import 'site/code'; // Uses copied borders, roundings and paddings
|
||||
@import 'site/content'; // Uses fixed sizes and floats
|
||||
@import 'site/video';
|
||||
|
@@ -83,11 +83,13 @@ a:not(.bland-link) {
|
||||
// And now for the headings, the exceptions keep popping up :,)
|
||||
// TODO: Add a simple and nicer divider.
|
||||
.heading-main {
|
||||
i {
|
||||
//margin-left: 0.25rem;
|
||||
margin-right: 0.4rem;
|
||||
padding-right: 0.1rem;
|
||||
width: 1.75rem !important;
|
||||
text-align: center;
|
||||
> h2, > h3, >h4 {
|
||||
> i {
|
||||
//margin-left: 0.25rem;
|
||||
margin-right: 0.4rem;
|
||||
padding-right: 0.1rem;
|
||||
width: 1.75rem !important;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
4
resources/NibblePoker/scss/site/video.scss
Normal file
4
resources/NibblePoker/scss/site/video.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
video {
|
||||
width: 100% !important;
|
||||
height: auto !important;
|
||||
}
|
Reference in New Issue
Block a user