-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from KNR-PW/project_gallery
Add project gallery
- Loading branch information
Showing
8 changed files
with
83 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
/* The expanding image container (positioning is needed to position the close button and the text) */ | ||
.expanded-img-container { | ||
position: relative; | ||
display: none; | ||
width:100%; | ||
text-align: center; | ||
|
||
} | ||
|
||
div.scroll-container { | ||
background-color: #333; | ||
overflow: auto; | ||
white-space: nowrap; | ||
padding: 5px; | ||
height: 130px; | ||
text-align: center; | ||
} | ||
|
||
div.scroll-container img { | ||
padding: 5px; | ||
height: 120px; | ||
} | ||
|
||
.expanded-img-container img{ | ||
max-height:80%; | ||
max-width:100%; | ||
} |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes