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
0387e8e9
Commit
0387e8e9
authored
Oct 13, 2014
by
Daniel W Bond
Browse files
CSS bestest practices with class priority
parent
4ee460e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
srctweb/website/static/css/style.css
View file @
0387e8e9
...
...
@@ -89,11 +89,7 @@ a[name] {
}
/* 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
;
...
...
srctweb/website/templates/projects.html
View file @
0387e8e9
...
...
@@ -208,7 +208,7 @@ Projects created and maintained by SRCT's members.
<div
class=
"col-lg-6 project-entry"
>
<span
class=
"fa-stack project-icon-stacked"
>
<span
class=
"fa-stack
project-icon
project-icon-stacked"
>
<i
class=
"fa fa-archive fa-stack-2x"
></i>
<i
class=
"fa fa-circle fa-stack-1x fa-inverse"
></i>
</span>
...
...
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