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
40aeb17f
Commit
40aeb17f
authored
Oct 13, 2014
by
Daniel W Bond
Browse files
added modified stacked icon style
parent
ff237524
Changes
2
Hide whitespace changes
Inline
Side-by-side
srctweb/website/static/css/style.css
View file @
40aeb17f
...
...
@@ -87,6 +87,14 @@ a[name] {
margin
:
0
auto
;
padding-bottom
:
10px
;
}
/* can't you extend CSS classes? */
.project-icon-stacked
{
text-align
:
center
;
display
:
block
;
font-size
:
65px
;
margin
:
0
auto
;
padding-bottom
:
10px
;
}
.project-role
{
width
:
150px
;
display
:
inline-block
;
...
...
srctweb/website/templates/projects.html
View file @
40aeb17f
...
...
@@ -209,11 +209,12 @@ Projects created and maintained by SRCT's members.
<div
class=
"row"
>
<div
class=
"col-lg-6 project-entry"
>
<span
class=
"fa-stack
fa-lg
"
>
<i
class=
"fa fa-
squar
e fa-stack-2x"
></i>
<i
class=
"fa fa-circle
-thin
fa-stack-1x fa-inverse"
></i>
<span
class=
"fa-stack
project-icon-stacked
"
>
<i
class=
"fa fa-
archiv
e fa-stack-2x"
></i>
<i
class=
"fa fa-circle fa-stack-1x fa-inverse"
></i>
</span>
<legend><strong><a
href=
"#"
>
Laundry
</a></strong>
|
<a
href=
"#"
>
laundry.srct.gmu.edu
</a></legend>
...
...
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