renaming box
parent
bddf5f2dfa
commit
c3eae8c1fe
|
@ -4,7 +4,7 @@
|
|||
<%= tag_cloud @tags %>
|
||||
</div>
|
||||
|
||||
<div id="things_i_do">
|
||||
<div id="related_links">
|
||||
<div class="title">Things I Do</div>
|
||||
<p>
|
||||
<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, #things_i_do {
|
||||
.tag_cloud, #related_links {
|
||||
padding: 5px 10px 10px 10px;
|
||||
margin-right: 15px;
|
||||
margin-left: auto;
|
||||
|
@ -9,7 +9,7 @@
|
|||
border: 1px solid #BBB;
|
||||
}
|
||||
|
||||
.tag_cloud p, #things_i_do .title {
|
||||
.tag_cloud p, #related_links .title {
|
||||
font-size: 1.1em;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
|
@ -19,7 +19,7 @@
|
|||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
#things_i_do {
|
||||
#related_links {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue