本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
heuzef
/
css-social-buttons
镜像来自
https://github.com/smcllns/css-social-buttons
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
6
Wiki
活動
瀏覽代碼
Adding explicit styles for a.zocial:visited and a.zocial:hover.
pull/14/head
sambro
12 年之前
父節點
bb2b746a6f
當前提交
4fc4524183
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
css/zocial.css
+ 1
- 1
css/zocial.css
查看文件
@@ -23,7 +23,7 @@ Enjoy
/* Button structure */
.zocial,
a.zocial {
a.zocial
, a.zocial:visited, a.zocial:hover
{
border: 1px solid #777;
border-color: rgba(0,0,0,0.2);
border-bottom-color: #333;
Write
Preview
Loading…
取消
儲存