diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-05-21 20:26:54 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-05-21 20:26:54 -0700 |
commit | 21b0507e3622f4d9623e1464a958655d376d5a3d (patch) | |
tree | 95b4f2cd31e71b03451c94101f37c803a3060732 /ext/bg | |
parent | 10226663bddfb2cea8c6d18420ccee9f847034ef (diff) |
Styling
Diffstat (limited to 'ext/bg')
-rw-r--r-- | ext/bg/options.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html index 9dd9959b..e79bab9c 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -9,6 +9,13 @@ .options-anki { display: none; } + + .tab-content { + border-bottom: 1px #ddd solid; + border-left: 1px #ddd solid; + border-right: 1px #ddd solid; + padding: 10px; + } </style> </head> <body> |