diff --git a/app/views/news/index.html.erb b/app/views/news/index.html.erb index 94d29d6..ae2deb1 100644 --- a/app/views/news/index.html.erb +++ b/app/views/news/index.html.erb @@ -4,7 +4,7 @@ <%= tag_cloud @tags %> -
Code on Github diff --git a/public/stylesheets/tuxbliki.css b/public/stylesheets/tuxbliki.css index f3872fa..2323bc5 100644 --- a/public/stylesheets/tuxbliki.css +++ b/public/stylesheets/tuxbliki.css @@ -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; }