diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-10-05 13:46:54 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-10-05 13:46:54 -0500 |
commit | 5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4 (patch) | |
tree | e2adf4f018d79bce5853d42cdbda6c05c25955fa /screenshots.css | |
download | website-core-5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4.tar.gz website-core-5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4.zip |
Initial import of static files
Diffstat (limited to 'screenshots.css')
-rw-r--r-- | screenshots.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/screenshots.css b/screenshots.css new file mode 100644 index 0000000..52c8ed5 --- /dev/null +++ b/screenshots.css @@ -0,0 +1,7 @@ + .sc_img_holder {float: left; + margin: 5px 5px 5px 0px; + padding: 5px 5px 5px 0px;} + .sc_img {clear: both; + margin-bottom: 5px;} + .sc_txt {display: inline; + text-align: center;}
\ No newline at end of file |