Skip to content

Commit 409ec92

Browse files
committed
More dash tweak
1 parent a669f1d commit 409ec92

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

images/placeholder.jpg

19.9 KB
Loading

stylesheets/customdash.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* CSS Document */
2+
3+
#title h2{
4+
border-bottom:solid 1px #C9CCD0;
5+
}
6+

views/secured/layout.cfm

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99
<meta name="description" content="">
1010
<meta name="author" content="">
11-
#stylesheetLinkTag("dash")#
11+
#stylesheetLinkTag("dash, customdash")#
1212
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
1313
<!--[if lt IE 9]>
1414
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
@@ -53,6 +53,16 @@
5353
</nav>
5454
</header>
5555
<div id="main">
56+
<section style="margin-bottom:-10px;" class="container ui-box info">
57+
<div class="ui-box-content-holder ui-box-no-header">
58+
<div id="avi" class="span3"><img src="../../images/placeholder.jpg"></div>
59+
<div id="title" class="span7">
60+
<h2>Welcome <span>#user.firstname#</span></h2>
61+
</div>
62+
</div>
63+
</section>
64+
<section class="container ui-box">
65+
</section>
5666
</div>
5767
<footer>
5868
</footer>

0 commit comments

Comments
 (0)