This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
edit CSS: better menu (active link).
pull/74/head
Kanti
11 years ago
parent
3cae50688c
commit
614c64e62d
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
themes/clean/css/style.css
+1
-1
themes/default/css/style.css
+1
-1
themes/logs/css/style.css
+ 1
- 1
themes/clean/css/style.css
View File
@ -437,7 +437,7 @@ aside .archive ul li ul, aside .tagcloud ul li {
margin-left
:
30px
;
}
aside
.
menu
ul
li
a
:
hover
,
aside
.
menu
ul
li
.
active
a
{
aside
.
menu
ul
li
>
a
:
hover
,
aside
.
menu
ul
li
.
active
>
a
{
background-color
:
#
389dc1
;
color
:
#
fff
;
}
+ 1
- 1
themes/default/css/style.css
View File
@ -379,7 +379,7 @@ table.post-list td a {
padding-top
:
3px
;
}
#
menu
ul
li
.
active
a
{
#
menu
ul
li
.
active
>
a
{
text-decoration
:
underline
;
}
+ 1
- 1
themes/logs/css/style.css
View File
@ -306,7 +306,7 @@ ul li, ol li{
text-decoration
:
underline
;
}
#
menu
ul
li
.
active
a
{
#
menu
ul
li
.
active
>
a
{
text-decoration
:
underline
;
}
Write
Preview
Loading…
Cancel
Save