Skip to content

Instantly share code, notes, and snippets.

@nanobeep
Created September 20, 2010 20:12
Show Gist options
  • Save nanobeep/588567 to your computer and use it in GitHub Desktop.
Save nanobeep/588567 to your computer and use it in GitHub Desktop.
Index: public/css/0.1/screen/common/sidebar.css
===================================================================
--- public/css/0.1/screen/common/sidebar.css (revision 1294)
+++ public/css/0.1/screen/common/sidebar.css (working copy)
@@ -3,22 +3,6 @@
(c)2010 Speakaboos, LLC */
- .bColumn p {
- color: #6C6240;
- font-size: 14px;
- padding: 0 5px;
- margin-bottom: 15px;
- }
-
- .bColumn a {
- color: #B66B66;
- font-weight: bold;
- }
-
- .bColumn a:hover {
- text-decoration: underline;
- }
-
.bColumn .ad {
background-color: #efece8;
border: 1px solid #fff;
@@ -214,4 +198,4 @@
/* Filter List */
.filter select {
width: 100%;
-}
\ No newline at end of file
+}
Index: public/css/0.1/screen/common/global.css
===================================================================
--- public/css/0.1/screen/common/global.css (revision 1294)
+++ public/css/0.1/screen/common/global.css (working copy)
@@ -56,14 +56,11 @@
vertical-align:baseline;
text-decoration: none;
-webkit-transition: color .3s linear;
- color: #B66B66;
- font-weight: bold;
}
a:hover {
-webkit-transition: color .25s linear;
cursor: pointer !important;
- text-decoration: underline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment