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
70168d03
Commit
70168d03
authored
Feb 22, 2014
by
Nicholas J Anderson
Browse files
Evened out the padding for the "Contributors" table on the People page
parent
d7b085d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
srctweb/website/static/css/style.css
View file @
70168d03
...
...
@@ -48,3 +48,10 @@ a[name] {
.smidge
{
padding-bottom
:
10px
;
}
.people-left
{
padding-left
:
0
;
}
.people-right
{
padding-right
:
0
;
}
\ No newline at end of file
srctweb/website/templates/people.html
View file @
70168d03
...
...
@@ -112,7 +112,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>
...
...
@@ -129,7 +129,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