Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
srct.gmu.io
Commits
2f4407e8
Commit
2f4407e8
authored
Feb 22, 2014
by
Nicholas J Anderson
Browse files
Evened out Contributors padding
parent
024e0ba7
Changes
2
Hide whitespace changes
Inline
Side-by-side
srctweb/website/static/css/style.css
View file @
2f4407e8
...
...
@@ -48,3 +48,37 @@ a[name] {
.smidge
{
padding-bottom
:
10px
;
}
.people-left
{
padding-left
:
0
;
padding-right
:
0
;
}
.people-right
{
padding-right
:
0
;
padding-left
:
0
;
}
@media
(
min-width
:
992px
){
.people-left
{
padding-right
:
15px
;
}
.people-right
{
padding-left
:
15px
;
}
}
/**
* A cool little hack I found to try to allow a responsive Google Cal:
* http://themeloom.com/2013/02/tips-embed-google-maps-and-calendars-in-a-responsive-wordpress-theme/
**/
.googlecal-container
{
position
:
relative
;
padding-bottom
:
56.25%
;
padding-top
:
30px
;
height
:
0
;
overflow
:
hidden
;
}
.googlecal-container
iframe
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
}
\ No newline at end of file
srctweb/website/templates/people.html
View file @
2f4407e8
...
...
@@ -113,7 +113,7 @@ SRCT | People
<legend><strong>
<a
href=
"http://wiki.srct.gmu.edu/wiki/index.php/Contributors"
>
Contributors
</a>
</strong></legend>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6
people-left
"
>
<table
class=
"table table-hover"
>
<thead>
<tr>
...
...
@@ -130,7 +130,7 @@ SRCT | People
</table>
</div>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6
people-right
"
>
<table
class=
"table table-hover"
>
<thead>
<tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment