Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Digital Experience Group
GoBigRed
Commits
c8f0a7db
Commit
c8f0a7db
authored
Sep 22, 2011
by
Seth Meranda
Browse files
Make the callout links wrap correctly, remove inline style overrides.
parent
58dccebd
Changes
2
Hide whitespace changes
Inline
Side-by-side
css/gobigred.css
View file @
c8f0a7db
...
...
@@ -32,21 +32,25 @@ Big Ten Video Slide
left
:
24px
;
bottom
:
24px
;
background
:
#B70302
;
-webkit-border-radius
:
10px
;
-moz-border-radius
:
10px
;
border-radius
:
10px
;
-webkit-box-shadow
:
0px
0px
3px
0px
rgba
(
0
,
0
,
0
,
0.4
);
-moz-box-shadow
:
0px
0px
3px
0px
rgba
(
0
,
0
,
0
,
0.4
);
box-shadow
:
0px
0px
3px
0px
rgba
(
0
,
0
,
0
,
0.4
);
-moz-box-shadow
:
0px
0px
3px
0px
rgba
(
0
,
0
,
0
,
0.4
);
box-shadow
:
0px
0px
3px
0px
rgba
(
0
,
0
,
0
,
0.4
);
color
:
#fff
;
line-height
:
1.2em
;
}
#maincontent
ul
#slide_goBig
div
div
{
margin
:
1em
;
border
:
1px
solid
rgba
(
255
,
255
,
255
,
0.2
);
-webkit-border-radius
:
5px
;
-moz-border-radius
:
5px
;
border-radius
:
5px
;
padding
:
5px
;
-webkit-box-shadow
:
0px
0px
3px
0px
rgba
(
0
,
0
,
0
,
0.4
);
-moz-box-shadow
:
0px
0px
3px
0px
rgba
(
0
,
0
,
0
,
0.4
);
box-shadow
:
0px
0px
3px
0px
rgba
(
0
,
0
,
0
,
0.4
);
-moz-box-shadow
:
0px
0px
3px
0px
rgba
(
0
,
0
,
0
,
0.4
);
box-shadow
:
0px
0px
3px
0px
rgba
(
0
,
0
,
0
,
0.4
);
}
#maincontent
ul
#slide_goBig
div
div
p
{
line-height
:
1.4em
;
...
...
@@ -140,7 +144,7 @@ box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
margin
:
5px
0
0
10px
;
}
#maincontent
.callout
ul
li
ul
li
{
display
:
inline
;
display
:
inline
-block
;
font-size
:
0.6em
;
font-weight
:
normal
;
}
...
...
index.php
View file @
c8f0a7db
...
...
@@ -116,13 +116,13 @@
<li>
<a
href=
"http://www.unl.edu/ucomm/aboutunl/big10.shtml"
>
Big Red in the Big Ten
</a>
</li>
<li
style=
"display:block;"
>
<li>
<a
href=
"http://www.unl.edu/ucomm/lincoln/"
>
About Lincoln
</a>
</li>
<li>
<a
href=
"http://www.unl.edu/ucomm/lincoln/gameday.shtml"
>
Gameday
in Lincoln
</a>
<a
href=
"http://www.unl.edu/ucomm/lincoln/gameday.shtml"
>
Gameday
</a>
</li>
<li
style=
"display:block;"
>
<li>
<a
href=
"http://admissions.unl.edu/daily_visit/index.aspx"
>
Schedule a Visit
</a>
</li>
<li>
...
...
Write
Preview
Supports
Markdown
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