renaming box
parent
bddf5f2dfa
commit
c3eae8c1fe
|
@ -4,7 +4,7 @@
|
||||||
<%= tag_cloud @tags %>
|
<%= tag_cloud @tags %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="things_i_do">
|
<div id="related_links">
|
||||||
<div class="title">Things I Do</div>
|
<div class="title">Things I Do</div>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://github.com/penguincoder"><img src="/images/utilities-terminal.png" /> Code on Github</a><br />
|
<a href="http://github.com/penguincoder"><img src="/images/utilities-terminal.png" /> Code on Github</a><br />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* tag cloud and sidebar styling */
|
/* tag cloud and sidebar styling */
|
||||||
.tag_cloud, #things_i_do {
|
.tag_cloud, #related_links {
|
||||||
padding: 5px 10px 10px 10px;
|
padding: 5px 10px 10px 10px;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
border: 1px solid #BBB;
|
border: 1px solid #BBB;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag_cloud p, #things_i_do .title {
|
.tag_cloud p, #related_links .title {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#things_i_do {
|
#related_links {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue